summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
* Fix typoLele Gaifax2008-05-151-1/+1
* Columns now have default= and server_default=. PassiveDefault fades away.Jason Kirtland2008-05-1411-50/+48
* Support Firebird 2.0+ RETURNINGLele Gaifax2008-05-141-2/+85
* Check for the presence of the Firebird generator, when creating/dropping a se...Lele Gaifax2008-05-121-4/+6
* Add another exception case to Firebird' is_disconnect()Lele Gaifax2008-05-121-1/+3
* TypoLele Gaifax2008-05-121-1/+1
* Use a BLOB when asked for a [VAR]CHAR without a length under FirebirdLele Gaifax2008-05-121-2/+8
* MSText no longer implicitly creates TEXT for string with no lengthMike Bayer2008-05-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-0912-152/+160
* one-off workaround for mssql + odbc options, user patchRick Morrison2008-05-021-1/+4
* Added 'odbc_options' keyword to the MSSQL dialect. Allows a partial ODBC conn...Rick Morrison2008-04-171-2/+6
* Firebird 2 has a SUBSTRING() builtin, expose it thru a functionLele Gaifax2008-04-111-0/+12
* Add a new 'odbc_autotranslate' engine/dburi kwd parm to the MSSQL pyodbc dial...Rick Morrison2008-04-081-1/+8
* remove monetdb typoMatt Harrison2008-04-071-1/+1
* refactor of default_paramstyle, use paramstyle argument on Dialect to changeMatt Harrison2008-04-076-7/+9
* Added a new 'max_identifier_length' keyword to the mssql_pyodbc dialectRick Morrison2008-04-021-1/+4
* - Got PG server side cursors back into shape, added fixedMike Bayer2008-04-021-9/+14
* fixed OracleRaw type adaptation [ticket:902]Mike Bayer2008-04-021-3/+4
* some fixes to the MS-SQL aliasing so that result_map is properly populatedMike Bayer2008-04-021-3/+9
* - Assorted flakes.Jason Kirtland2008-04-021-1/+1
* - Revamped the Connection memoize decorator a bit, moved to engineJason Kirtland2008-04-023-54/+58
* - More 2.4 generator squashing.Jason Kirtland2008-04-021-1/+1
* - added verbose activity to profiling.function_call_countMike Bayer2008-04-011-50/+60
* MSSQL adjustments to pyodbc connection string buildingRick Morrison2008-03-311-38/+5
* Add a new 'driver' keyword to the MSSQL pyodbc Dialect.Rick Morrison2008-03-311-24/+14
* - reverted previous "strings instead of tuples" change due to more specific t...Mike Bayer2008-03-303-11/+10
* *whistle*Jason Kirtland2008-03-301-1/+0
* - Removed cache decorator.Jason Kirtland2008-03-301-2/+7
* some cache decorator calls...Mike Bayer2008-03-303-18/+9
* - schema-qualified tables now will place the schemanameMike Bayer2008-03-301-2/+0
* MSSQL fixes for tickets 979, 916, 884Rick Morrison2008-03-301-5/+34
* - Added PendingDeprecationWarning supportJason Kirtland2008-03-291-1/+1
* - Added generic func.random (non-standard SQL)Jason Kirtland2008-03-251-0/+6
* - the "owner" keyword on Table is now deprecated, and isMike Bayer2008-03-221-68/+69
* reverted r4315 - a basic test works the way it was and fails with this changeMike Bayer2008-03-221-1/+1
* Undoing patch #994, for now; more testing needed. Sorry. Also modifying tes...Catherine Devlin2008-03-201-93/+0
* adding zzzeek's patch from ticket #994, which fixed virtually all remaining b...Catherine Devlin2008-03-201-0/+93
* bugfix: preserving remote_owner during reflecttable setup of referential inte...Catherine Devlin2008-03-201-1/+1
* - like() and ilike() take an optional keyword argumentMike Bayer2008-03-191-2/+2
* check for NoneMike Bayer2008-03-041-1/+3
* - postgres PGArray is a "mutable" type by default;Mike Bayer2008-03-041-2/+15
* - postgres TIMESTAMP renders correctly [ticket:981]Mike Bayer2008-02-271-0/+7
* - added exception wrapping/reconnect support to result setMike Bayer2008-02-251-1/+1
* - Invalid SQLite connection URLs now raise an error.Jason Kirtland2008-02-231-0/+7
* get basic compilation working for [ticket:972]Mike Bayer2008-02-171-3/+4
* - Fixed a couple pyflakes, cleaned up imports & whitespaceJason Kirtland2008-02-144-4/+4
* MSSQL now compiles func.now() to CURRENT_TIMESTAMPRick Morrison2008-02-141-1/+9
* Added EXEC to MSSQL _is_select regexp; should now detect row-returning stored...Rick Morrison2008-02-141-8/+40
* Fix: deletes with schemas on MSSQL 2000 [ticket:967]Paul Johnston2008-02-081-0/+2
* Strip schema from access tablesPaul Johnston2008-02-081-0/+7