summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* - [bug] The CreateIndex construct in OracleMike Bayer2012-09-301-1/+11
* - tighten mysql date test to not fail over 1 second boundaries (and probably ...Mike Bayer2012-09-301-24/+25
* pg and oracle fixesMike Bayer2012-09-302-1/+2
* - enhance setup.py to support being run from outside the current directory. ...Mike Bayer2012-09-291-7/+0
* getting everything to pass againMike Bayer2012-09-273-3/+8
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-2/+3
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-2713-35/+50
* - [feature] Added support for the localtimestamp()Mike Bayer2012-09-261-0/+6
* - [bug] Columns in reflected primary key constraintMike Bayer2012-09-231-0/+15
* - [bug] Adjusted column default reflection code toMike Bayer2012-09-231-1/+14
* test fixesMike Bayer2012-09-222-7/+8
* - [bug] Adjusted a very old bugfix which attemptedMike Bayer2012-09-191-13/+44