Commit Graph

9 Commits

Author SHA1 Message Date
Romain Quetiez
1a53dcd997 Removed unused code (sample)
SVN:code[29]
2009-04-01 06:54:50 +00:00
Romain Quetiez
9d6c8ca0c2 Table names and DB prefix may have upper case letters, it should work -test on Windows where the actual name is transformed into lower case
SVN:code[28]
2009-03-31 16:56:51 +00:00
Denis Flaven
36bf4136b9 - bug fix: save the DB server name properly
SVN:code[18]
2009-03-30 11:34:15 +00:00
Romain Quetiez
46a30773ea Added a comment into the OQL grammar, about operators precedence and a ref to some helpful doc
SVN:code[14]
2009-03-27 15:20:44 +00:00
Romain Quetiez
8d9ea9dcdd OQL: Fixed a number of bugs, and implemented new features
- bug: a JOIN b on b.extkey = a.id
- bug: operators precedence (still a shift-reduce conflict with JOINS)
- changed pkey into id (preserved the compatibility for DBObjectSearch::AddCondition()
- allow implicit class name in WHERE condition
- bug: wrong report on typo error
- suggest an alternative in case of typo error

SVN:code[12]
2009-03-27 14:36:14 +00:00
Denis Flaven
29002ac063 - Added ability to create and save a config file. (Not fully finished yet, modules are still hard-coded)
SVN:code[7]
2009-03-27 10:32:37 +00:00
Denis Flaven
6d3c13a781 - new API to get the MySQL version
- safer way to check if a DB exists (not fully tested yet)

SVN:code[6]
2009-03-27 10:31:14 +00:00
Denis Flaven
00f1734747 - New API CreateAdministrator used by the setup wizard
SVN:code[5]
2009-03-27 10:29:38 +00:00
Denis Flaven
ec48618573 Initial import on SourceForge
SVN:code[2]
2009-03-13 17:13:48 +00:00