summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/databases
Commit message (Expand)AuthorAgeFilesLines
...
* Pulled out values test that uses boolean evaluation in the SELECT in order to...Michael Trier2008-11-141-3/+4
* Fixed a problem with the casting of a zero length type to a varchar. It now c...Michael Trier2008-11-141-1/+1
* The str(query) output is also correct on the mssql dialect.Michael Trier2008-11-141-1/+2
* Corrected mssql schema named subqueries from not properly aliasing the column...Michael Trier2008-11-121-3/+4
* Handle the mssql port properly. If we're using the SQL Server driver then use...Michael Trier2008-11-101-3/+9
* Corrected issue with decimal e notation that broke regular decimal tests for ...Michael Trier2008-11-101-1/+1
* If there's a zero offset with mssql just ignore it.Michael Trier2008-11-101-1/+1
* Corrected problem in access dialect that was still referring to the old colum...Michael Trier2008-11-101-2/+2
* flattened _get_from_objects() into a descriptor/class-bound attributeMike Bayer2008-11-092-5/+4
* Corrected problems with Access dialect. Corrected issue with reflection due t...Michael Trier2008-11-091-1/+6
* Corrected problems with reflection on mssql when dealing with schemas. Fixes ...Michael Trier2008-11-091-4/+4
* Fixed E notation problem in mssql. Closes #1216.Michael Trier2008-11-081-1/+8
* Corrected a lot of mssql limit / offset issues. Also ensured that mssql uses ...Michael Trier2008-11-081-13/+20
* docstring fixMike Bayer2008-11-071-1/+1
* - Simplified the check for ResultProxy "autoclose without results"Mike Bayer2008-11-046-99/+7
* - added 'EXPLAIN' to the list of 'returns rows', but thisMike Bayer2008-11-041-1/+1
* Accept USING as a prefix or postfix modifer when reflecting keys. [ticket:1117]Jason Kirtland2008-10-281-1/+2
* Mysql no longer expects include_columns to be specified in lowercase. Fixes #...Michael Trier2008-10-281-1/+1
* Fixed mysql FK reflection for the edge case where a Table has expicitly provi...Jason Kirtland2008-10-271-0/+9
* auto_convert_lobs=False honored by OracleBinary, OracleText typesMike Bayer2008-10-241-4/+5
* - fixed some oracle unit tests in test/sql/Mike Bayer2008-10-241-2/+115
* Corrected case in mssql where binary expression has bind parameters on both s...Michael Trier2008-10-231-1/+2
* Modifications to allow the backends to control the behavior of an empty inser...Michael Trier2008-10-203-19/+6
* Cleaned up the create_connect_args so that it makes no expectations about key...Michael Trier2008-10-191-8/+40
* - 0.5.0rc3, dohMike Bayer2008-10-184-39/+3
* - "not equals" comparisons of simple many-to-one relationMike Bayer2008-10-183-5/+5
* - String's (and Unicode's, UnicodeText's, etc.) convert_unicoderel_0_5rc2Mike Bayer2008-10-121-3/+31
* Removed the visit_function stuff in mssql dialect. Added some tests for the f...Michael Trier2008-10-111-10/+4
* Correction of mssql schema reflection in reflectable. Still a problem since t...Michael Trier2008-10-111-2/+6
* - Oracle will detect string-based statements which containMike Bayer2008-10-071-0/+5
* Fixed mysql TEMPORARY table reflection.Jason Kirtland2008-09-271-1/+1
* genericized the relationship between bind_processor() and _bind_processor() a...Mike Bayer2008-09-191-9/+22
* - Overhauled SQLite date/time bind/result processingMike Bayer2008-09-191-42/+34
* - the function func.utc_timestamp() compiles to UTC_TIMESTAMP, withoutMike Bayer2008-09-101-1/+2
* Fix bug with MSSQL reflecting and schemasPaul Johnston2008-09-091-6/+1
* added BFILE to reflected type names [ticket:1121]Mike Bayer2008-09-031-0/+1
* - has_sequence() now takes the current "schema" argument intoMike Bayer2008-09-031-4/+6
* - limit/offset no longer uses ROW NUMBER OVER to limit rows,Mike Bayer2008-09-031-15/+43
* - Added MSMediumInteger type [ticket:1146].Mike Bayer2008-08-241-2/+29
* - logging scale-back; the echo_uow flag on Session is deprecated, and unit of...Mike Bayer2008-08-242-3/+1
* - The 'length' argument to all Numeric types has been renamedMike Bayer2008-08-2410-86/+91
* - Temporarily rolled back the "ORDER BY" enhancementMike Bayer2008-08-067-9/+2
* - compiler visit_label() checks a flag "within_order_by" and will render its ...Mike Bayer2008-08-038-4/+12
* Corrects reflecttable in firebird database. Closes #1119.Michael Trier2008-07-291-1/+1
* Raised an error when sqlite version does not support default values. Address...Michael Trier2008-07-291-2/+8
* Corrected problem with detecting closed connections. Fixed issues in reflect...Michael Trier2008-07-231-3/+8
* - mysql.MSEnum value literals now automatically quoted when used in a CREATE.Jason Kirtland2008-07-161-18/+59
* Removed deprecated get_version_info, use server_version_infoJason Kirtland2008-07-161-13/+0
* - Removed 2.3 Decimal compatJason Kirtland2008-07-154-7/+7
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-156-19/+19