Romain Quetiez
ce4674718a
Unit test of the import web service
...
SVN:code[50]
2009-04-15 09:28:25 +00:00
Denis Flaven
3358f4b127
- Bug fix ? DBInsertTracked should return the same value as DBInsert
...
SVN:code[40]
2009-04-14 17:02:37 +00:00
Denis Flaven
5df462514a
Optimization: don't try to cache the structure of all the tables in the database. Focus on the ones used by the data model !
...
SVN:code[39]
2009-04-14 17:00:24 +00:00
Romain Quetiez
74da660194
Code cleanup (MakeHyperlink and GetHyperlink) + Data load and web services unit tests
...
SVN:code[35]
2009-04-14 16:19:51 +00:00
Romain Quetiez
65ffc8c2f8
New import web service (extracted the bulk load from csvimport (interactive) page - this is still being updated to reflect this factorization)
...
SVN:code[34]
2009-04-14 16:15:27 +00:00
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