| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo | Lele Gaifax | 2008-05-15 | 1 | -1/+1 |
| * | Columns now have default= and server_default=. PassiveDefault fades away. | Jason Kirtland | 2008-05-14 | 11 | -50/+48 |
| * | Support Firebird 2.0+ RETURNING | Lele Gaifax | 2008-05-14 | 1 | -2/+85 |
| * | Check for the presence of the Firebird generator, when creating/dropping a se... | Lele Gaifax | 2008-05-12 | 1 | -4/+6 |
| * | Add another exception case to Firebird' is_disconnect() | Lele Gaifax | 2008-05-12 | 1 | -1/+3 |
| * | Typo | Lele Gaifax | 2008-05-12 | 1 | -1/+1 |
| * | Use a BLOB when asked for a [VAR]CHAR without a length under Firebird | Lele Gaifax | 2008-05-12 | 1 | -2/+8 |
| * | MSText no longer implicitly creates TEXT for string with no length | Mike Bayer | 2008-05-09 | 1 | -1/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 12 | -152/+160 |
| * | one-off workaround for mssql + odbc options, user patch | Rick Morrison | 2008-05-02 | 1 | -1/+4 |
| * | Added 'odbc_options' keyword to the MSSQL dialect. Allows a partial ODBC conn... | Rick Morrison | 2008-04-17 | 1 | -2/+6 |
| * | Firebird 2 has a SUBSTRING() builtin, expose it thru a function | Lele Gaifax | 2008-04-11 | 1 | -0/+12 |
| * | Add a new 'odbc_autotranslate' engine/dburi kwd parm to the MSSQL pyodbc dial... | Rick Morrison | 2008-04-08 | 1 | -1/+8 |
| * | remove monetdb typo | Matt Harrison | 2008-04-07 | 1 | -1/+1 |
| * | refactor of default_paramstyle, use paramstyle argument on Dialect to change | Matt Harrison | 2008-04-07 | 6 | -7/+9 |
| * | Added a new 'max_identifier_length' keyword to the mssql_pyodbc dialect | Rick Morrison | 2008-04-02 | 1 | -1/+4 |
| * | - Got PG server side cursors back into shape, added fixed | Mike Bayer | 2008-04-02 | 1 | -9/+14 |
| * | fixed OracleRaw type adaptation [ticket:902] | Mike Bayer | 2008-04-02 | 1 | -3/+4 |
| * | some fixes to the MS-SQL aliasing so that result_map is properly populated | Mike Bayer | 2008-04-02 | 1 | -3/+9 |
| * | - Assorted flakes. | Jason Kirtland | 2008-04-02 | 1 | -1/+1 |
| * | - Revamped the Connection memoize decorator a bit, moved to engine | Jason Kirtland | 2008-04-02 | 3 | -54/+58 |
| * | - More 2.4 generator squashing. | Jason Kirtland | 2008-04-02 | 1 | -1/+1 |
| * | - added verbose activity to profiling.function_call_count | Mike Bayer | 2008-04-01 | 1 | -50/+60 |
| * | MSSQL adjustments to pyodbc connection string building | Rick Morrison | 2008-03-31 | 1 | -38/+5 |
| * | Add a new 'driver' keyword to the MSSQL pyodbc Dialect. | Rick Morrison | 2008-03-31 | 1 | -24/+14 |
| * | - reverted previous "strings instead of tuples" change due to more specific t... | Mike Bayer | 2008-03-30 | 3 | -11/+10 |
| * | *whistle* | Jason Kirtland | 2008-03-30 | 1 | -1/+0 |
| * | - Removed cache decorator. | Jason Kirtland | 2008-03-30 | 1 | -2/+7 |
| * | some cache decorator calls... | Mike Bayer | 2008-03-30 | 3 | -18/+9 |
| * | - schema-qualified tables now will place the schemaname | Mike Bayer | 2008-03-30 | 1 | -2/+0 |
| * | MSSQL fixes for tickets 979, 916, 884 | Rick Morrison | 2008-03-30 | 1 | -5/+34 |
| * | - Added PendingDeprecationWarning support | Jason Kirtland | 2008-03-29 | 1 | -1/+1 |
| * | - Added generic func.random (non-standard SQL) | Jason Kirtland | 2008-03-25 | 1 | -0/+6 |
| * | - the "owner" keyword on Table is now deprecated, and is | Mike Bayer | 2008-03-22 | 1 | -68/+69 |
| * | reverted r4315 - a basic test works the way it was and fails with this change | Mike Bayer | 2008-03-22 | 1 | -1/+1 |
| * | Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes... | Catherine Devlin | 2008-03-20 | 1 | -93/+0 |
| * | adding zzzeek's patch from ticket #994, which fixed virtually all remaining b... | Catherine Devlin | 2008-03-20 | 1 | -0/+93 |
| * | bugfix: preserving remote_owner during reflecttable setup of referential inte... | Catherine Devlin | 2008-03-20 | 1 | -1/+1 |
| * | - like() and ilike() take an optional keyword argument | Mike Bayer | 2008-03-19 | 1 | -2/+2 |
| * | check for None | Mike Bayer | 2008-03-04 | 1 | -1/+3 |
| * | - postgres PGArray is a "mutable" type by default; | Mike Bayer | 2008-03-04 | 1 | -2/+15 |
| * | - postgres TIMESTAMP renders correctly [ticket:981] | Mike Bayer | 2008-02-27 | 1 | -0/+7 |
| * | - added exception wrapping/reconnect support to result set | Mike Bayer | 2008-02-25 | 1 | -1/+1 |
| * | - Invalid SQLite connection URLs now raise an error. | Jason Kirtland | 2008-02-23 | 1 | -0/+7 |
| * | get basic compilation working for [ticket:972] | Mike Bayer | 2008-02-17 | 1 | -3/+4 |
| * | - Fixed a couple pyflakes, cleaned up imports & whitespace | Jason Kirtland | 2008-02-14 | 4 | -4/+4 |
| * | MSSQL now compiles func.now() to CURRENT_TIMESTAMP | Rick Morrison | 2008-02-14 | 1 | -1/+9 |
| * | Added EXEC to MSSQL _is_select regexp; should now detect row-returning stored... | Rick Morrison | 2008-02-14 | 1 | -8/+40 |
| * | Fix: deletes with schemas on MSSQL 2000 [ticket:967] | Paul Johnston | 2008-02-08 | 1 | -0/+2 |
| * | Strip schema from access tables | Paul Johnston | 2008-02-08 | 1 | -0/+7 |