summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-0/+29
* - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-0/+11
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-3/+51
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-5/+54
* Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+12
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-124-0/+41
* - put exact version string in the testMike Bayer2013-09-291-3/+2
* add test for upcoming pullreqMike Bayer2013-09-291-1/+6
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-1/+46
* for this test, apparently we don't handle sets as unordered since neither doesMike Bayer2013-07-021-3/+9
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-1/+7
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-301-0/+73
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-302-65/+33
* set UTC timezone on the connection here so we can get consistent resultsMike Bayer2013-06-291-6/+9
* fix 2.5 syntaxesMike Bayer2013-06-293-4/+6
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-282-56/+161
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-2821-7354/+7449
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-0/+37
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-221-1/+329
* Merge pull request #7 from malor/psycopg2_execution_optionsmike bayer2013-06-151-0/+10
* most of these dialect=mysql.dialect() calls are redundantMike Bayer2013-06-081-23/+13
* Fix using of 'mysql_length' for composite indexesRoman Podolyaka2013-06-081-0/+29
* When querying the information schema on SQL Server 2000, removedMike Bayer2013-06-061-2/+24
* The ``deferrable`` keyword argument on :class:`.ForeignKey` andMike Bayer2013-06-031-0/+13
* - repair for py3kMike Bayer2013-05-291-2/+2
* hstores are text, and in py3k they seem to be implcitly unicode. soMike Bayer2013-05-291-0/+25
* 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