- new note class

- improved performances (much less duplicated mysql queries)
- less code and better error handling
- fix various bugs
This commit is contained in:
Jonathan Ernst
2005-02-02 02:43:08 +00:00
committed by WineHQ
parent 039fba9a6a
commit 892349536c
3 changed files with 49 additions and 120 deletions

View File

@@ -208,7 +208,6 @@ create table appNotes (
noteId int not null auto_increment,
noteTitle varchar(255),
noteDesc text,
appId int not null,
versionId int not null,
key(noteId)
);