Commit graph

35 commits

Author SHA1 Message Date
Lance Edgar
c06909f5f4 Added tag v0.1b2 for changeset 610c63f302f7 2010-05-28 11:29:34 -05:00
Lance Edgar
2edda5c7b4 Bumped version to 0.1b2. 2010-05-28 10:34:59 -05:00
Lance Edgar
e1616260af Added tag v0.1b1 for changeset fa58f0f4ac2c 2010-05-28 10:34:37 -05:00
Lance Edgar
8fb11fd269 more upload prep
Added manifest.in, gave license file a .txt extension.
2010-05-28 10:22:20 -05:00
Lance Edgar
e68268c283 Fleshed out setup.py in prep for PyPI upload. 2010-05-28 10:17:15 -05:00
Lance Edgar
5021d47ff4 Bumped version to 0.1b1. 2010-05-28 10:16:48 -05:00
Lance Edgar
2b9957d2a1 Added entry point for SA 0.5 (whoops); emptied __init__ module. 2010-05-28 10:05:02 -05:00
Lance Edgar
4369f88c54 Fixed operator overloading in SA05 dialect; was doing so globally instead of dialect-local. 2010-05-27 13:00:39 -05:00
Lance Edgar
416a710dff Bumped version to 0.1a5. 2010-05-21 20:14:15 -05:00
Lance Edgar
6a2d358663 Added tag v0.1a4 for changeset 4a0d02f410ed 2010-05-21 20:10:54 -05:00
Lance Edgar
e89d6e978d Merged sqlalchemy-0.5 branch. 2010-05-21 20:10:27 -05:00
Lance Edgar
8bea24fb91 Closed sqlalchemy-0.5 branch. 2010-05-21 20:09:59 -05:00
Lance Edgar
782c60b263 Added .dev build tag; bumped version to 0.1a4. 2010-05-21 20:08:32 -05:00
Lance Edgar
21214df490 Merged sqlalchemy-0.5 branch. 2010-05-21 20:06:47 -05:00
Lance Edgar
c2ba733f0d Fixed primary key reflection for SA 0.5. 2010-05-21 19:50:23 -05:00
Lance Edgar
617c28e8c7 Added support for SA 0.5 (previously only 0.6 was supported). 2010-05-21 18:29:49 -05:00
Lance Edgar
fd200738b9 Added tag v0.1a3 for changeset b762be696018 2010-05-04 15:32:29 -05:00
Lance Edgar
34e32041f5 Bumped version to 0.1a3. 2010-05-04 15:31:43 -05:00
Lance Edgar
6423627665 Added "long" type bind parameter check. 2010-05-04 15:31:15 -05:00
Lance Edgar
1a36f614cf Added tag v0.1a2 for changeset 296bae083a73 2010-04-27 16:27:30 -05:00
Lance Edgar
64ae45af90 Bumped version to 0.1a2. 2010-04-27 16:27:20 -05:00
Lance Edgar
ad845f5765 Added unicode parameter workaround. 2010-04-27 16:26:39 -05:00
Lance Edgar
e28e7a5592 Added tag v0.1a1 for changeset df236cc3cd85 2010-04-25 20:17:44 -05:00
Lance Edgar
cc3da05b2c Updated tests to include schema name "SYSADM". 2010-04-25 20:16:37 -05:00
Lance Edgar
44ef10cc6d Added SQLAlchemy dependency. 2010-04-25 20:15:11 -05:00
Lance Edgar
5c8f88551a Added check for SELECT with LIMIT...this won't fly with SQLBase. 2010-04-22 18:18:43 -05:00
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