summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Add unit test for UUID arrays in PostgreSQL.pr/68Kevin Deldycke2014-02-061-0/+13
* - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-021-88/+175
* Support mssql_clustered option on UniqueConstraint (plus docs and test)donkopotamus2014-01-171-0/+12
* Remove support for mssql_clustered on Tabledonkopotamus2014-01-171-12/+1
* Support mssql_clustered option in mssql dialect for both Table and PrimaryKey...donkopotamus2014-01-141-0/+22
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-132-2/+12
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-021-1/+2
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-271-7/+25
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+9
* Merge pull request #51 from sontek/pymssql_handle_terminated_connectionmike bayer2013-12-271-3/+4
|\
| * Remove terminated connections from the pool.pr/51John Anderson2013-12-161-3/+4
* | remove printMike Bayer2013-12-191-1/+0
* | - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-3/+18
* | - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-171-22/+69
* | this test appears to be failing with pg 9.3, not sure how to restore itMike Bayer2013-12-171-1/+3
* | - using AssertsCompiledSQL so need __dialect__Mike Bayer2013-12-171-0/+3
* | - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-171-29/+78
* | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-171-1/+190
|\ \ | |/ |/|
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-111-3/+37
| * sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-101-1/+1
| * Merge branch 'rel_0_9' of https://github.com/nathan-rice/sqlalchemy into rel_0_9nathan2013-12-091-0/+11
| |\
| * | sqlalchemy/dialects/postgresql/__init__.py:nathan2013-12-091-1/+156
* | | - round trip testMike Bayer2013-12-091-0/+11
* | | Adds test to verify tsvector creation.Noufal Ibrahim2013-12-101-1/+2
| |/ |/|
* | - changelog + test for pullreq #7, MSSQL dialect for DROP INDEXMike Bayer2013-12-051-0/+11
|/
* - move additional enum compilation tests to postgresql/test_compiler.pyMike Bayer2013-11-302-26/+26
* - Fixed bug where values within an ENUM weren't escaped for singleMike Bayer2013-11-301-0/+16
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-282-1/+8
* - fix up rendering of "of"Mike Bayer2013-11-283-0/+113
* - this test only for mysqlMike Bayer2013-11-231-2/+5
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-1/+18
* Fixed bug where Oracle ``VARCHAR`` types given with no lengthMike Bayer2013-11-221-0/+6
* - cleanupMike Bayer2013-11-221-267/+281
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-25/+0
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-0/+29
* - move this test to PG test_reflectionMike Bayer2013-10-252-79/+65
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-0/+19
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-251-0/+81
|\
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-0/+81
* | - 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/+17
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-7/+20
* | The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-142-109/+190
* | 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
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-2/+0
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-1/+46