Lance Edgar
|
e44aecdf79
|
Made the connection string assembly more readable.
|
2010-04-21 17:12:50 -05:00 |
|
Lance Edgar
|
efc7b7cc6d
|
Fixed an issue with the dialect's _get_join_whereclause method, where it was causing a dangling "AND" to show up in the resultant query.
|
2010-04-21 16:58:14 -05:00 |
|
Lance Edgar
|
f6098ce17c
|
Sort of renamed project again, this time to SQLBase7-SA.
|
2010-04-21 15:57:28 -05:00 |
|
Lance Edgar
|
39ddf36b59
|
Updated the SQLCompiler subclass to use a simplified version of the Oracle dialect's method for handling JOIN clauses. Also overrode the 'ilike' operation to use '@lower' function calls.
|
2010-04-21 15:55:30 -05:00 |
|
Lance Edgar
|
b8493f6341
|
Finished renaming project to sqlbase7_sa ... whoops.
|
2010-04-21 13:47:25 -05:00 |
|
Lance Edgar
|
2cffcc8d19
|
Renamed project to sqlbase7_sa.
|
2010-04-21 11:15:34 -05:00 |
|
Lance Edgar
|
b52b7773c8
|
Added max_identifier_length (of 18). Added "schema awareness" when reflecting metadata. Added a custom statement compiler to get around the JOIN clause problem.
|
2010-04-20 16:41:40 -05:00 |
|
Lance Edgar
|
810b27abe3
|
Fixed the get_primary_keys() method so it returns column names instead of table names...sheesh.
|
2010-04-19 17:34:15 -05:00 |
|
Lance Edgar
|
bf7822ca90
|
Initial commit.
|
2010-04-19 10:29:37 -05:00 |
|