fixed hugs hsql path flags when prefix not set |
|
More...
|
over 20 years ago
|
added fundep to SelectField |
|
More...
|
over 20 years ago
|
Configure now finds HSQL for Hugs using --prefix |
|
More...
|
over 20 years ago
|
reduced precedence of like to be lower than ! |
|
More...
|
almost 21 years ago
|
Minor documentation updates. |
|
More...
|
almost 21 years ago
|
Added some examples of using cusom SQL operators |
|
More...
|
almost 21 years ago
|
change implementation of !. to use !, change ! to use selectField directly |
|
More...
|
almost 21 years ago
|
Removed unneccessary HasField constraint from selection operators |
|
More...
|
almost 21 years ago
|
More quickcheck property ideas |
|
More...
|
almost 21 years ago
|
Make hugs use a bigger heap, needed for join-without-restrict |
|
More...
|
almost 21 years ago
|
stupid monomorphism restriction |
|
More...
|
almost 21 years ago
|
Print PrimQuery for UNION |
|
More...
|
almost 21 years ago
|
halt on errors |
|
More...
|
almost 21 years ago
|
Identified source of table alias clashes |
|
More...
|
almost 21 years ago
|
Allow merging projects through all binaray relational operators, except Times where it does not work. |
|
More...
|
almost 21 years ago
|
added repeated table alias problem |
|
More...
|
almost 21 years ago
|
Print UNION query before running it |
|
More...
|
almost 21 years ago
|
Backends can now retrieve Bools |
|
More...
|
almost 21 years ago
|
don't run lazy, it makes mysqld crazy |
|
More...
|
almost 21 years ago
|
run-all-tests now runs all tests |
|
More...
|
almost 21 years ago
|
Changed name of DBDirect module used |
|
More...
|
almost 21 years ago
|
fixed some type errors, forgot to compile before checking in earlier |
|
More...
|
almost 21 years ago
|
Moved queries without tables and join without restrict (that was not actually the problem) to FIXED. |
|
More...
|
almost 21 years ago
|
Fixed bugs in Optimize that messed up queries without a table and certain joins. |
|
More...
|
almost 21 years ago
|
Changed attributes to use union instead of ++ for times |
|
More...
|
almost 21 years ago
|
now gets last_insert_id() |
|
More...
|
almost 21 years ago
|
added query without table TODO |
|
More...
|
almost 21 years ago
|
Cleaned up a little. |
|
More...
|
almost 21 years ago
|
added program that demonstrates the join without restrict bug |
|
More...
|
almost 21 years ago
|
Chnaged name of test function, conflicted with a QuickCheck function |
|
More...
|
almost 21 years ago
|