summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Add missing import that caused test_notice_logging to fail if this suite was ...Chris Withers2013-05-261-0/+1
* Regression from this ticket caused the unsupported keywordMike Bayer2013-05-152-0/+21
* tweak this some more to handle the array being empty againMike Bayer2013-04-221-0/+11
* - change to [ticket:2681], pre-coerce the array to listMike Bayer2013-04-221-10/+3
* The operators for the Postgresql ARRAY type supportsMike Bayer2013-04-221-60/+106
* - establish ordering here for the hstore repr testMike Bayer2013-04-201-4/+5
* - this pymssql test needs to be against the pymssql dialectMike Bayer2013-04-181-1/+1
* - test all pymssql messages hereMike Bayer2013-03-291-7/+23
* Merged in sontek/sqlalchemy/add_better_disconnect_checks (pull request #47)Mike Bayer2013-03-291-0/+6
|\
| * cleaned up errors, only check for connection timeout for nowJohn Anderson2013-03-181-2/+2
| * Added disconnect checks for timeout, unable to read, and unable to writeJohn Anderson2013-03-181-0/+6
* | Make MonkeyPatchedBinaryTest not fail on Python 2.5 (which doesn't haveMarc Abramowitz2013-03-201-1/+2
* | Make MonkeyPatchedBinaryTest only run when using mssql. Prevents failedMarc Abramowitz2013-03-181-0/+2
* | Add a test for http://www.sqlalchemy.org/trac/ticket/2683Marc Abramowitz2013-03-181-0/+13
|/
* 0.8.1 bump + test, changelog for hstore fix [ticket:2680]Mike Bayer2013-03-181-0/+6
* Added support for Postgresql's traditional SUBSTRINGMike Bayer2013-03-091-0/+8
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-093-9/+6
* test for cymysqlHajime Nakagami2013-02-171-0/+1
* The :meth:`.ColumnOperators.in_` operator will now coerceMike Bayer2013-02-021-0/+4
* Add ANY/ALL construct support for PostgreSQL's ARRAY typeAudrius Kažukauskas2013-01-281-1/+49
* - replace mssql_ordering with generalized #695 solutionMike Bayer2013-01-201-1/+1
* Merged in dharland/sqlalchemy (pull request #35)Mike Bayer2013-01-201-0/+36
|\
| * Add mssql_include option for mssql dialectDerek Harland2013-01-141-0/+18
| * Add mssql_ordering option for mssql dialectDerek Harland2013-01-141-0/+9
| * Add mssql_clustered option for mssql dialectDerek Harland2013-01-141-0/+9
* | - "postgres_where" has been removedMike Bayer2013-01-161-11/+0
|/
* Added a py3K conditional around unnecessary .decode()Mike Bayer2013-01-121-0/+7
* - changelog for pullreq 32Mike Bayer2013-01-121-203/+241
* Merged in dharland/sqlalchemy (pull request #32: Allow the MSSQL dialect to s...Mike Bayer2013-01-121-0/+24
|\
| * Add several MSSQL dialect tests for sequence declarationsDerek Harland2012-12-041-0/+24
* | Fixed bug in :func:`.postgresql.array` construct whereby using itMike Bayer2013-01-021-0/+9
* | More adjustment to this SQLite related issue which was released inMike Bayer2012-12-141-2/+26
* | add futureMike Bayer2012-12-111-0/+1
* | Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-0/+39
* | - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-25/+0
* | The Oracle LONG type, while an unbounded text type, does not appearMike Bayer2012-12-061-0/+15
* | Repaired the usage of ``.prepare()`` in conjunction withMike Bayer2012-12-061-0/+70
|/
* HSTORE.comparator_factory should subclass Concatenable.ComparatorAudrius Kažukauskas2012-11-211-2/+4
* Add special containment operation methods for PG array typeAudrius Kažukauskas2012-11-201-12/+69
* another hide from 2to3 testMike Bayer2012-11-181-1/+2
* Fixed a gotcha where inadvertently calling list() on aMike Bayer2012-11-181-1/+2
* - hstore documentation, migrationMike Bayer2012-11-171-3/+37
* - hstore adjustmentsMike Bayer2012-11-171-0/+128
* Add PostgreSQL HStore type supportAudrius Kažukauskas2012-11-131-1/+191
* Fixed bug in type_coerce() whereby typing informationMike Bayer2012-11-121-1/+10
* - move out maxdbMike Bayer2012-10-181-239/+0
* - [feature] Added "collation" parameter to allMike Bayer2012-10-101-1/+5
* - [feature] Added TIME type to mysql dialect,Mike Bayer2012-10-101-317/+222
* - [feature] the MS Access dialect has beenMike Bayer2012-09-301-31/+0
* - [bug] Fixed compiler bug whereby using a correlatedMike Bayer2012-09-301-0/+21