fixed some problems related to the ptrRel type
11 lines of code changed in 2 files:
removed some useless stuff
0 lines of code changed in 1 file:
added some documenting comments
5 lines of code changed in 1 file:
fixed a number of bugs in hibernate generators while testing them with BEST MDDs and tables
123 lines of code changed in 4 files:
config files for testing hibernate code with BEST MDDs.
assumes that there is a karambasmall database locally, and that there is a karamba checked out in ../../sources
16 lines of code changed in 2 files:
easier hibernate debugging
1 lines of code changed in 1 file:
changed the suggested resolution for some issues, based on the discussions
added the is null issue
25 lines of code changed in 1 file:
fixing bug 905 : on each new db "SET QUOTED_IDENTIFIER OFF" is executed first
19 lines of code changed in 1 file:
Support for MS SQL Server 2000 - all tests are passing, except the delete with hardcoded string parameter with double quotes (... where "c.name LIKE \"www"\ ")
limit and offset are not supported yet, as there is no standard syntax for it (MS SQL uses TOP x, with no support for offset). Obviously this needs a test.
182 lines of code changed in 11 files: