summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects
Commit message (Expand)AuthorAgeFilesLines
* added LockmodeArgspr/42Mario Lassnig2013-11-283-16/+45
* added ORM supportMario Lassnig2013-11-142-10/+28
* add psql FOR UPDATE OF functionalityMario Lassnig2013-11-121-0/+2
* - Fixed bug where index reflection would mis-interpret indkey valuesMike Bayer2013-10-271-1/+4
* - Fixed bug where Oracle table reflection using synonyms would failMike Bayer2013-10-251-5/+7
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-1/+1
* Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183Mike Bayer2013-10-252-6/+25
|\
| * #2183: Metadata.reflect() foreign keys include options when the dialect expos...ijl2013-10-131-1/+1
| * PostgreSQL foreign key inspection includes optionsijl2013-10-111-5/+24
* | - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-202-9/+24
* | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803]Mike Bayer2013-10-181-2/+9
* | - Removed a 128-character truncation from the reflection of theMike Bayer2013-10-181-2/+1
* | - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-1/+40
* | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger`Mike Bayer2013-10-151-1/+11
* | The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-141-66/+87
* | MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-2/+3
* | Parenthesis will be applied to a compound SQL expression asMike Bayer2013-10-121-1/+4
* | - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-123-11/+11
|/
* - put exact version string in the testMike Bayer2013-09-291-2/+2
* re.match to re.searchpr/26Scott Schaefer2013-09-061-1/+1
* add caveats regarding RETURNINGMike Bayer2013-09-022-3/+59
* - cx_oracle seems to have a bug here though it is hard to track downMike Bayer2013-08-272-2/+0
* - A rework to the way that "quoted" identifiers are handled, in thatMike Bayer2013-08-274-11/+11
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-212-0/+4
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+3
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-122-3/+3
* Updates to MySQL reserved words for versions 5.5, 5.6, courtesyMike Bayer2013-07-311-0/+10
* doc fixMike Bayer2013-07-121-1/+1
* The newly added SQLite DATETIME arguments storage_format andMike Bayer2013-07-121-0/+6
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-092-8/+2
* Added :class:`.BIGINT` to the list of type names that can beMike Bayer2013-07-021-2/+4
* Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects.Mike Bayer2013-06-303-46/+83
* The behavior of :func:`.extract` has been simplified on theMike Bayer2013-06-281-22/+0
* Type lookup when reflecting the Firebird types LONG andMike Bayer2013-06-281-7/+6
* Fixed bug in HSTORE type where keys/values that containedMike Bayer2013-06-281-3/+3
* Merge branch 'ticket_2746'Mike Bayer2013-06-261-6/+2
|\
| * - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-6/+2
* | Fix indexes reflection in PostgreSQLpr/13Roman Podolyaka2013-06-261-14/+18
|/
* Fix unique constraints reflection in PostgreSQLpr/11Roman Podolyaka2013-06-231-9/+16
* Fix unique constraints reflection in SQLiteRoman Podolyaka2013-06-231-1/+2
* versionaddsMike Bayer2013-06-221-6/+33
* - 0.8 changelogMike Bayer2013-06-221-11/+11
* Merge pull request #5 from cjw296/pg-rangesmike bayer2013-06-224-2/+246
|\
| * Documentation for the new range type support.pr/5Chris Withers2013-06-103-6/+19
| * Implement EXCLUDE constraints for postgres.Chris Withers2013-06-103-0/+90
| * add support for range operators listed in http://www.postgresql.org/docs/9.2/...Chris Withers2013-06-101-6/+75
| * Basic type support for the new range types in postgres 9.2Chris Withers2013-06-103-1/+73
* | fix up the isolation level docs which were a messMike Bayer2013-06-172-25/+58
* | - changelogMike Bayer2013-06-152-3/+8
* | Add AUTOCOMMIT isolation level support for psycopg2pr/7Roman Podolyaka2013-06-151-0/+1
|/