| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge r6418 from 0.5, dedupe expressions on clause ident, not string value | Mike Bayer | 2009-10-20 | 1 | -3/+3 |
| * | merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add tests | Mike Bayer | 2009-10-20 | 1 | -1/+1 |
| * | Fix reST markup | Lele Gaifax | 2009-10-19 | 1 | -3/+3 |
| * | Modernise doc about returning() support | Lele Gaifax | 2009-10-19 | 1 | -12/+17 |
| * | - the behavior of eagerloading such that the main query is | Mike Bayer | 2009-10-18 | 2 | -54/+77 |
| * | - added a flag to relation(), eagerload(), and eagerload_all() | Mike Bayer | 2009-10-18 | 3 | -24/+89 |
| * | - initial MySQL Connector/Python driver | Mike Bayer | 2009-10-18 | 5 | -6/+118 |
| * | gratuitous try/except/else usage | Mike Bayer | 2009-10-18 | 2 | -3/+5 |
| * | deprecations per [ticket:1498]: | Mike Bayer | 2009-10-15 | 13 | -213/+54 |
| * | - Added BigInteger to global imports | Mike Bayer | 2009-10-15 | 4 | -10/+22 |
| * | - setting echo=False on create_engine() now sets the loglevel | Mike Bayer | 2009-10-15 | 1 | -1/+1 |
| * | - A column can be added to a joined-table declarative | Mike Bayer | 2009-10-15 | 1 | -1/+19 |
| * | - query.from_self(), query.union(), others which do a | Mike Bayer | 2009-10-15 | 1 | -1/+13 |
| * | - mapping to a select() construct now requires that you | Mike Bayer | 2009-10-15 | 1 | -5/+4 |
| * | - an executemany() now requires that all bound parameter | Mike Bayer | 2009-10-15 | 4 | -18/+47 |
| * | - DefaultRunner and subclasses have been removed. The job | Mike Bayer | 2009-10-15 | 13 | -167/+125 |
| * | remove instanceof() in favor of memoized flags, part of [ticket:1566] | Mike Bayer | 2009-10-14 | 2 | -10/+28 |
| * | - `expression.null()` is fully understood the same way | Mike Bayer | 2009-10-12 | 1 | -2/+3 |
| * | - added "ddl" argument to the "on" callable of DDLElement [ticket:1538] | Mike Bayer | 2009-10-12 | 3 | -54/+60 |
| * | - RowProxy objects are now pickleable, i.e. the object returned | Mike Bayer | 2009-10-11 | 3 | -11/+79 |
| * | export UPPERCASE types as "from sqlalchemy.dialects.<dbname> import VARCHAR, ... | Mike Bayer | 2009-10-10 | 7 | -6/+79 |
| * | - the setuptools entrypoint for external dialects is now | Mike Bayer | 2009-10-10 | 1 | -1/+1 |
| * | - unit test fixes | Mike Bayer | 2009-10-10 | 2 | -4/+7 |
| * | - the mechanics of "backref" have been fully merged into the | Mike Bayer | 2009-10-05 | 4 | -97/+74 |
| * | Corrected problem with a Trusted Connection under MSSQL 2008 native driver. | Michael Trier | 2009-10-05 | 2 | -2/+2 |
| * | - usage of the CHAR type results in cx_oracle's | Mike Bayer | 2009-10-03 | 1 | -0/+6 |
| * | Fix #1560 revisiting Firebird dialect docs | Lele Gaifax | 2009-10-03 | 2 | -11/+35 |
| * | - query.options() now only propagate to loaded objects | Mike Bayer | 2009-10-02 | 5 | -20/+18 |
| * | - boolean, int, and float arguments count as "cache key" values for inspector... | Mike Bayer | 2009-10-01 | 2 | -3/+16 |
| * | avoid __nonzero__ on ClauseElements | Philip Jenvey | 2009-10-01 | 1 | -11/+12 |
| * | added a test for #1085 | Mike Bayer | 2009-09-30 | 1 | -2/+6 |
| * | removed obsolete code (closes #1559) | Gaƫtan de Menten | 2009-09-30 | 1 | -7/+2 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 18 | -149/+185 |
| * | place the constructor level configuration within the COMPILE_MUTEX, | Mike Bayer | 2009-09-21 | 1 | -10/+17 |
| * | - query.join() has been reworked to provide more consistent | Mike Bayer | 2009-09-18 | 3 | -220/+210 |
| * | merged r6357 of rel_0_5 branch | Mike Bayer | 2009-09-16 | 2 | -14/+20 |
| * | - contains_eager() now works with the automatically | Mike Bayer | 2009-09-16 | 1 | -1/+4 |
| * | Fix #1185: better way of checking already initialized kinterbasdb backend | Lele Gaifax | 2009-09-15 | 1 | -5/+9 |
| * | Revisited Firebird's keywords set | Lele Gaifax | 2009-09-15 | 1 | -43/+42 |
| * | - Table objects declared in the MetaData can now be used | Mike Bayer | 2009-09-12 | 1 | -2/+4 |
| * | - Added an assertion that prevents a @validates function | Mike Bayer | 2009-09-12 | 1 | -0/+2 |
| * | o don't need to str() Jython arrays twice | Philip Jenvey | 2009-09-12 | 1 | -1/+1 |
| * | close cursors: mostly fetchone -> first | Philip Jenvey | 2009-09-11 | 7 | -23/+12 |
| * | all about DDL events | Mike Bayer | 2009-09-11 | 1 | -1/+4 |
| * | mssql+zxjdbc support | Philip Jenvey | 2009-09-11 | 3 | -3/+69 |
| * | docs | Mike Bayer | 2009-09-10 | 1 | -5/+6 |
| * | fix the new Binary str handling under Jython | Philip Jenvey | 2009-09-09 | 1 | -5/+3 |
| * | - the Binary type now returns data as a Python string | Mike Bayer | 2009-09-05 | 2 | -7/+9 |
| * | - distill contextual parameters for the purpose of default functions into con... | Mike Bayer | 2009-09-03 | 1 | -7/+5 |
| * | - Fixed bug which prevented two entities from mutually | Mike Bayer | 2009-09-01 | 1 | -2/+4 |