📄 changelog
字号:
test/images/db-test.39, test/images/db-test.4, test/images/db-test.5: Reworked SQL parser to work with INSERT, UPDATE and functions within SELECT statements. (work done by andre and francis) Did imaging and testing.2002-05-27 11:42 andru * src/: db.c, dbtest.c: Bug/design fix for db_loadobjectbyobject. I have forced it to save newrecords instead of aborting, which should fix some UI issues in bond. I wrote a test to test if this is working correctly.2002-05-26 14:16 andru * src/dbobjectvalid.c: Remove excess warning.2002-05-26 05:07 andru * src/: dbfield.c, dbobjectvalid.c, dbtoliet.c: Bug fix for record adding bug. If you added a record and not changed anything then it wouldn't save any previous records you had edited before that. I stopped record adding from setting changed to FALSE.2002-05-25 23:07 andru * src/dbtest.c: Drinking: . um wrote test to regenerate the failed adding of records. Yeah u know what i mean.2002-05-25 19:33 andru * src/: dbfield.c, dbobjectvalid.c, dbobjectvalid.h: Bug fix for field segfault. Added db_isfilter()2002-05-23 17:59 andru * src/debug.h: Bug fix to debug_output function2002-05-23 17:51 andru * src/: Makefile.am, dbclient.c, dbtoliet.c: Tidy up for dbclient. Possible SEGFAULT fix for dbtoliet.2002-05-21 12:20 andru * bondsql/.cvsignore, src/Makefile.am: Changing makefile to use bondsql static linking instead of shared. This will show a warning, but hey these libraries should be both constructured on the same system anyway.2002-05-21 10:43 andru * Makefile.am, bondsql/Makefile.am, src/Makefile.am: Fixed many makefile issues2002-05-21 10:27 andru * Makefile.am, configure.in, bondsql/.cvsignore, bondsql/Makefile.am, bondsql/lexer.l, bondsql/mem.c, bondsql/mem.h, bondsql/parser.y, bondsql/sql_display.c, bondsql/sql_parse_test.c, bondsql/sql_parser.c, bondsql/sql_parser.h, bondsql/sql_tree.c, bondsql/sql_tree.h, src/Makefile.am, src/db.c, src/db.h, src/dbbirth.c, src/dbfield.c, src/dbobject.c, src/dbsqlparse.c, src/dbsqlparse.h, src/dbtest.c, src/sql.c, src/sql.h, src/sqllexer.l, src/sqlparser.y: Removed the old SQL parser and replaced it with the new parser (bondsql). Have added support for select's, and primitive inserts. Modified makefiles to handle new bondsql library. Reduced number of returned records from a zero length record set to 0, and fixed bugs associated with this. Modified birth, default values, loadobjectbyobject to work correctly with new database objects.2002-05-19 16:08 andru * src/: db.c, dbtest.c: Found problem with zero results returned on db_loadobjectbyobject, it has no fields returned. We will have to fix this I think.2002-05-19 13:23 andru * src/: db.c, db.h, dbobject.c, dbobject.h, dbtest.c: Move db_add and db_insert into db.c from dbobject.c.2002-05-17 16:33 andru * src/dbobject.c: Bug fix to code I broke (expected to break lots more... Anyway I've handled empty record sets now and we hope it works.)2002-05-17 16:22 andru * src/: db.c, dbfilter.c, dbobject.c, dbobject.h: Changed it to default to 0 record length on running an SQL query. Warning fix for dbfilter2002-05-16 15:11 liam * src/: dbclient.c, dbpgsql.c: Changed a return value to an exit in dbclient.c for errors2002-05-16 12:26 andru * createtestdb.sql, src/dbfilter.c, src/dbfilter.h, src/dbobject.c, src/dbtest.c: Fixed test 24 and 31. (Had to modify sql sources) Added in more tests. Improved object debugging output. Added in new API call for filters so you can reverse back to see where you came from.2002-05-15 10:08 andru * src/dbtest.c: Added in a new test, rearranged the test order. tidied things up2002-05-13 17:49 andru * ChangeLog, docs/docbugs.txt: Updating docs2002-05-08 17:20 andru * ChangeLog: Release 0.5.52002-05-08 17:07 andru * src/: dbdefault.c, dbobject.c, dbtoliet.c, debug.h: Bug fix for tests 5, 13 and 20. Problem with data object creation was fixed2002-05-07 15:16 andru * debian/changelog, src/dbclient.c: Debian release of 0.5.4-12002-05-07 14:45 andru * src/: dbclient.c, dbfilter.c, dbobject.c, dbtoliet.c: Bug fix for dbclient, in regard to the bond.conf files Adding in extra debugging info for some bug hunting for bond releated issues2002-05-03 16:57 andru * src/: dbobject.c, dbtoliet.c: Code tidyup's. Bug fix to dbobject when writing a 0 length string, set it as null because your assuming the user edited it. this is to do with a bug of someone enterying a date or number then changing there mind about saving it, you dont want a zero length string but a null so postgresql accepts it2002-05-03 15:00 andru * src/dbfilter.c: Segfault bug fix in filtering NULL values2002-05-02 21:14 andru * src/: dbobject.c, dbtest.c: Checking filter code for loadby object stuff2002-04-30 01:16 andru * src/: dbfilter.c, dbfilter.h, dbobjectvalid.c, dbtest.c: Bug fixes to filters2002-04-30 01:16 andru * debian/changelog: Debian 0.5.4 release2002-04-29 15:57 andru * src/: dbfilter.c, dbfilter.h, dbheader.h, dbobject.c, dbobject.h, dbobjectvalid.c: Expanding filter capitablities2002-04-27 23:29 andru * ChangeLog: Release 0.5.32002-04-27 23:19 andru * src/: dbfilter.c, dbobjectnav.c: Bug fix for filtering, db_moveto wasn't functioning correctly2002-04-26 02:53 andru * src/dbtest.c: New test to make sure dbfilter works correctly2002-04-24 10:03 andru * src/dbobjectvalid.c: Finishing of some functions. adding comments2002-04-23 20:55 andru * test/images/: db-test.13, db-test.15, db-test.18, db-test.20, db-test.21, db-test.22, db-test.24, db-test.4, db-test.5: Updating images of tests2002-04-23 19:27 andru * src/: dbfield.c, dbobject.c, dbtoliet.c: Tried to fix a bug with SQL queries in regard to looksee. dbsql does not correctly resolve thigns like field names and table names and this is due to bugs and short comings in teh SQL lex parse, it will have to be rewritten. I'm ignoring problem for the moment and made workaround in bond.2002-04-23 18:51 andru * src/: dbfield.c, dbobject.c, dbtoliet.c: Bug fix for adding new entries to objects - default values now appear Bug fix for garbage in field attributes Bug fix for getting NULL values from db and posting to cache2002-04-23 18:23 andru * src/: dbfield.c, dbobject.c, dbpgsql.c, dbtoliet.c: Bug fix for blank fields2002-04-23 13:28 andru * src/dbclient.c: Moving back to oldish code of looking for bond.conf first2002-04-23 12:49 andru * src/dbbirth.c: Bug fix, strange occurances happening fixed in regard to birth2002-04-22 16:28 andru * debian/: changelog, control: Trying to fix dependence issues2002-04-22 16:14 andru * debian/control: Fixing dependences issues2002-04-22 15:21 andru * src/: dbbureaucrat.c, dbclient.c, dbgather.c, dbobject.c, dbtest.c, dbtoliet.c: Bug fix to the strange not saving properly. Only checks for clashes of data when a marked write is done now.2002-04-22 11:25 andru * src/dbclient.c: Bug fix for search directory /etc/2002-04-22 10:22 andru * src/: dbclient.c, dbgather.c, dbtest.c: Attempt fix at default value, is it a function?. so bizare functions by liam will work.2002-04-22 09:05 andru * src/: dbclient.c, dbclient.h: Changed api for db_init(). To support /etc and /usr/local/etc installation of client applications.2002-04-18 20:05 andru * test/images/db-test.4: Updating images2002-04-18 20:04 andru * src/dbtoliet.c: Bug fix for segfault2002-04-18 17:14 andru * src/: db.c, dbobject.c, dbtoliet.c: Memory leak fix, move everything work directly of the cache. Removed way to much debugging output2002-04-18 16:48 andru * src/: dbdefault.c, dbobject.c, dbtoliet.c, dbtoliet.h, debug.h: Add in db_obj_debug Added in a memory leak Fix default value bug2002-04-18 15:06 andru * src/: dbobject.c, dbtoliet.c, dbtoliet.h: Fixed and improved default value handling2002-04-17 19:44 andru * src/dbbirth.c: Bug fix on incorrectly reporting errors2002-04-17 15:15 andru * debian/changelog: Debian release 0.5.22002-04-17 12:11 andru * ChangeLog: Release 0.5.22002-04-17 11:49 andru * src/: dbfilter.c, dbpgsqlgather.c: Tidying up code2002-04-17 11:44 andru * test/images/: db-test.25, db-test.26, db-test.27: Adding in new images for tests2002-04-17 11:42 andru * test/images/: db-test.0, db-test.1, db-test.10, db-test.11, db-test.12, db-test.13, db-test.14, db-test.15, db-test.16, db-test.17, db-test.18, db-test.19, db-test.2, db-test.20, db-test.21, db-test.22, db-test.23, db-test.24, db-test.3, db-test.4, db-test.5, db-test.6, db-test.7, db-test.8, db-test.9: Updating images for the tests2002-04-17 01:54 andru * src/dbtest.c: Fix test 24, for database change2002-04-17 01:46 andru * src/dbpgsqlgather.c: Minor bug fix2002-04-17 01:40 andru * src/: dbpgsqlgather.c, dbpgsqlgather.h: Adding in db_pg_getversion() so you know what database version of postgresql your talking to2002-04-17 01:23 andru * src/: dbpgsqlgather.c, dbpgsqlgather.h, dbtest.c: Fix for postgresql 7.2 api change2002-04-15 15:36 andru * src/: dbfilter.c, dbobjectnav.c, dbobjectnav.h, dbtest.c: More documentation, extra error messages, a bit of code tidy ups. and sanity checks2002-04-15 13:22 andru * src/dbsqlparse.c: Add in support for table->field specifications as well as just the old table.fieldname2002-04-15 12:16 andru * test/qareporterDB: to andru2002-04-15 12:16 andru * test/: obsolete.qatest, qareporterDB, qatest: Organized files2002-04-15 12:11 andru * test/qabondDB: Fixed wrong HTML link problem2002-04-15 11:22 andru * test/qareporterDB: to andru2002-04-15 11:16 andru * test/buildprocessDB: Log message change.2002-04-15 11:09 andru * test/qabondDB: Nothing changed, I guess2002-04-15 10:59 andru * test/qareporterDB: tried to fix cvs update problem2002-04-15 10:32 andru * src/dbobject.c, src/dbpgsqlgather.c, test/images/db-test.0, test/images/db-test.1, test/images/db-test.10, test/images/db-test.11, test/images/db-test.12, test/images/db-test.13, test/images/db-test.14, test/images/db-test.15, test/images/db-test.16, test/images/db-test.17, test/images/db-test.18, test/images/db-test.19, test/images/db-test.2, test/images/db-test.20, test/images/db-test.21, test/images/db-test.22, test/images/db-test.23, test/images/db-test.24, test/images/db-test.3, test/images/db-test.4, test/images/db-test.5, test/images/db-test.6, test/images/db-test.7, test/images/db-test.8, test/images/db-test.9: Updating test images.2002-04-14 14:21 baz * src/Makefile.am: Finally have killed all the merge errors2002-04-14 13:11 baz * src/Makefile.am: hmm, fixing little things2002-04-14 13:11 baz * src/: Makefile.am, dbwrapper.h: Just a fixing up the ol merge errors, god bless there little hearts2002-04-12 03:52 andru * src/: db.h, dbobject.c, dbobject.h, dbtoliet.h: Code tidy ups, adding in includes to db.h which were missing2002-04-11 22:46 andru * ChangeLog, src/dbfilter.c, src/dbfilter.h: More changes to filtering code2002-04-11 16:57 andru * src/: dbfilter.c, dbfilter.h: Not quite sure what i did..2002-04-11 16:39 andru * src/: Makefile.am, dbfilter.c, dbfilter.h: Expanding filter to have flags2002-04-11 12:25 andru * src/: dbfilter.c, dbfilter.h, dbobject.c, dbobjectnav.c: Finished debugging dbfilterit2002-04-11 12:06 andru * src/: dbfilter.c, dbfilter.h, dbobject.c, dbobject.h, dbtest.c: Bug fixes to filters2002-04-10 17:21 andru * test/qareporterDB: Now qa_bigreport.txt will be locate in test dir2002-04-10 16:56 andru * test/mail2.pl: HTML Mailer2002-04-10 16:55 andru * test/: qareporterDB, qabondDB: HTML version2002-04-10 14:24 andru * debian/: changelog, rules: building .debs2002-04-10 13:49 andru * configure.in, src/Makefile.am: Building debian package2002-04-10 11:14 andru * ChangeLog, src/dbfilter.c, src/dbfilter.h, src/dbobject.c, src/dbobject.h: Continued work on filters. release of 0.5.12002-04-10 10:25 andru * src/: db.c, dbfield.c, dbfilter.c, dbfilter.h, dbobject.c, dbobjectvalid.c, dbobjectvalid.h, dbpgsql.c, dbtoliet.c: More features and functionality to filters. Bug fixs. Remove warnings in code.2002-04-09 21:09 andru * src/: Makefile.am, dbfilter.c, dbfilter.h: Yeah as i said 3 min ago2002-04-09 21:06 andru * src/: dbfilter.c, dbfilter.h, dbheader.h, dbtoliet.c, dbtoliet.h:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -