summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* - 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
* | | | - 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
* | | - rewrite all the sqlite/pysqlite transaction isolation docsMike Bayer2014-08-093-50/+156
|/ /
* | -Fixed bug where Postgresql JSON type was not able to persist orMike Bayer2014-08-071-0/+29
* | - add some docs to try to explain the behavior with MySQL / TIMESTAMP.Mike Bayer2014-08-041-0/+91
|/
* Merge remote-tracking branch 'origin/pr/117' into pg8000Mike Bayer2014-07-251-0/+19
|\
| * Fix support for two phase commit in pg8000 dialectTony Locke2014-07-191-0/+19
* | Merge remote-tracking branch 'origin/pr/124' into issue3141Mike Bayer2014-07-251-1/+1
|\ \
| * | Fix argument to array() in array._bind_param()pr/124Andrew2014-07-241-1/+1
* | | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error`Mike Bayer2014-07-251-3/+6
|/ /
* | - update some SQL server tests, supportMike Bayer2014-07-221-1/+17
* | - Fixed bug introduced in 0.9.5 by new pg8000 isolation level featureMike Bayer2014-07-211-2/+6
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-2041-1483/+1794
|/
* - Fixed a regression from 0.9.5 caused by :ticket:`3025` where theMike Bayer2014-07-141-0/+3
* - Added statement encoding to the "SET IDENTITY_INSERT"Mike Bayer2014-07-141-6/+12
* - In the SQL Server pyodbc dialect, repaired the implementationMike Bayer2014-07-141-1/+2
* - Fixed bug in :class:`.Enum` and other :class:`.SchemaType`Mike Bayer2014-07-131-2/+1
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0945-45/+90
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-091-1/+3
* - add postgresql_regconfig argument to PG dialect for match() operator,jonathan vanasco2014-07-081-5/+57