summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - added new backend for pysqlcipher, as we will probably getMike Bayer2014-10-292-1/+117
* - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-6/+40
* Merge remote-tracking branch 'origin/pr/140' into pr140Mike Bayer2014-10-113-4/+4
|\
| * cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-023-12/+4
| * improve exception vs. exit handlingndparker2014-09-233-0/+8
* | - Fixed long-standing bug in Oracle dialect where bound parameterMike Bayer2014-10-111-1/+2
* | - clean up unicode docs and clarify that client_encodingMike Bayer2014-10-071-13/+53
* | - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-042-12/+63
* | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s...Mike Bayer2014-10-042-6/+15
|\ \
| * | Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-172-6/+15
* | | - rework tests for attached databases into individual tests,Mike Bayer2014-09-291-3/+5
* | | - A revisit to this issue first patched in 0.9.5, apparentlyMike Bayer2014-09-291-5/+9
| |/ |/|
* | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-2/+44
|/
* Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt...Mike Bayer2014-09-171-10/+18
|\
| * Handle sqlite get_unique_constraints() call for temporary tablesJohannes Erdfelt2014-09-171-10/+18
* | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-171-26/+23
* | Merge branch 'pr128'Mike Bayer2014-09-171-3/+35
|\ \ | |/ |/|
| * - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-16/+31
| * Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-161-3/+20
| |\
| | * Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-19/+17
| | * Added get_foreign_table_names to interface and put it in the test requirements.Rodrigo Menezes2014-09-051-0/+1
| | * Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-031-2/+20
| | * Removed changes that are no longer necessary for postgresql_relkind. Also, re...Rodrigo Menezes2014-08-261-2/+2
| | * Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-263-11/+87
| | |\
| | * | Remove relkind from construct arguments.Rodrigo Menezes2014-08-261-2/+1
| | * | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-29/+9
| | * | Add a view synonym too for consistency.Rodrigo Menezes2014-08-141-1/+2
| | * | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-142-23/+73
| | |\ \
| | * | | Added support for postgres_relkind.Rodrigo Menezes2014-08-141-12/+32
* | | | | - Fixed the version string detection in the pymssql dialect toMike Bayer2014-09-161-1/+1
|/ / / /
* | | | - omit MySQL index flavor if its NoneMike Bayer2014-09-051-1/+2
* | | | - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-051-0/+12
* | | | - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-036-21/+21
* | | | - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-031-53/+34
* | | | - updates to migration / changelog for 1.0Mike Bayer2014-08-261-1/+1
| |_|/ |/| |
* | | - mention that FOUND_ROWS is hardcoded; fixes #3146Mike Bayer2014-08-251-7/+5
* | | - pep8 formatting for pg table opts feature, testsMike Bayer2014-08-231-24/+59
* | | Adding postgres create table options documentationpr/129Malik Diarra2014-08-171-0/+16
* | | Correcting options name from withoids to with_oidsMalik Diarra2014-08-171-3/+3
* | | quoting tablespace name in create table command in postgresql dialectMalik Diarra2014-08-171-1/+2
* | | Adding oids and on_commit table optionsMalik Diarra2014-08-171-1/+11
* | | Adding a tablespace options for postgresql create tableMalik Diarra2014-08-171-1/+9
* | | - changelog for pullreq github:125Mike Bayer2014-08-161-0/+10
* | | Merge remote-tracking branch 'origin/pr/125' into pr125Mike Bayer2014-08-161-3/+1
|\ \ \ | |_|/ |/| |
| * | pg8000 now supports sane_multi_rowcountpr/125Tony Locke2014-08-021-1/+1
| * | Remove spurious print statements in pg8000 dialectTony Locke2014-08-021-2/+0
* | | Merge branch 'pr126'Mike Bayer2014-08-132-23/+73
|\ \ \ | |_|/ |/| |
| * | - public method name is get_enums()Mike Bayer2014-08-131-26/+67
| * | Public inspector method to load enum listpr/126Ilya Pekelny2014-08-081-2/+10
| * | DropEnumType class available from postgres dialectIlya Pekelny2014-08-081-2/+3