| Commit message (Expand) | Author | Age | Files | Lines |
| * | Coerce to float for Float with all native decimal backends | Mike Bayer | 2017-06-26 | 1 | -1/+0 |
| * | Coerce float Python type to Float; ensure Python float coming back | Mike Bayer | 2017-06-26 | 1 | -0/+18 |
| * | Implement get_unique_constraints, get_check_constraints for Oracle | Eloy Felix | 2017-05-30 | 1 | -1/+25 |
| * | Add new "expanding" feature to bindparam() | Mike Bayer | 2017-04-07 | 1 | -1/+55 |
| * | Double percent signs based on paramstyle, not dialect | Mike Bayer | 2017-04-05 | 1 | -1/+33 |
| * | New features from python 2.7 | Катаев Денис | 2017-03-17 | 2 | -2/+2 |
| * | Implement comments for tables, columns | Frazer McLean | 2017-03-17 | 1 | -2/+44 |
| * | Normalize Oracle reflected FK constraint name | Mike Bayer | 2017-03-13 | 1 | -3/+4 |
| * | Don't select lastrowid for inline=True | Mike Bayer | 2016-12-21 | 1 | -0/+50 |
| * | Ensure Variant passes along impl right-hand type | Mike Bayer | 2016-11-22 | 1 | -6/+53 |
| * | Port lower case quoted name fix to firebird | Mike Bayer | 2016-11-16 | 1 | -1/+39 |
| * | Add support for server side cursors to mysqldb and pymysql | Roman Podoliaka | 2016-11-10 | 1 | -1/+148 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
| * | Build string/int processors for JSONIndexType, JSONPathType | Mike Bayer | 2016-08-04 | 1 | -4/+8 |
| * | - MySQL's JSON shared implementation completely w/ sqltypes.JSON; | Mike Bayer | 2016-07-24 | 1 | -2/+2 |
| * | - missing test_needs_fk for this test, fixes mysql failure | Mike Bayer | 2016-06-03 | 1 | -0/+1 |
| * | Ensure 'options' is always present in foreign key info | Mike Bayer | 2016-06-03 | 1 | -0/+51 |
| * | - use config-based test schema | Mike Bayer | 2016-02-08 | 1 | -5/+5 |
| * | - more oracle fixes | Mike Bayer | 2016-02-03 | 1 | -1/+1 |
| * | - oracle requires GLOBAL here | Mike Bayer | 2016-02-03 | 1 | -1/+1 |
| * | - use a StaticPool for componentreflectiontest to ensure | Mike Bayer | 2016-01-28 | 1 | -7/+16 |
| * | - pg8000 fixes for json | Mike Bayer | 2016-01-07 | 1 | -0/+1 |
| * | - add limiting criteria to the JSON tests so that we don't | Mike Bayer | 2016-01-06 | 1 | -3/+16 |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -2/+241 |
| * | - make these failure cases more specific to catch Oracle. | Mike Bayer | 2015-08-15 | 1 | -3/+3 |
| * | - The behavior of the :func:`.union` construct and related constructs | Mike Bayer | 2015-08-12 | 1 | -2/+122 |
| * | - Fixed bug in SQLite dialect where reflection of UNIQUE constraints | Mike Bayer | 2015-07-21 | 1 | -0/+8 |
| * | - pg8000 wants to raise a ProgrammingError for a PK violation | Mike Bayer | 2015-05-15 | 1 | -0/+2 |
| * | - Added support for the case of the misbehaving DBAPI that has | Mike Bayer | 2015-05-15 | 2 | -0/+40 |
| * | Mark tests that they require OFFSET support in databasepr/171 | Peter Hoffmann | 2015-05-05 | 1 | -1/+4 |
| * | - fix this for pg8000 of all backends... | Mike Bayer | 2015-03-24 | 1 | -1/+1 |
| * | - Turned off the "simple order by" flag on the MSSQL dialect; this | Mike Bayer | 2015-03-24 | 1 | -0/+9 |
| * | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 1 | -3/+6 |
| * | - document / work around that dialect_options isn't necessarily there | Mike Bayer | 2014-12-05 | 1 | -0/+2 |
| * | - The :meth:`.PGDialect.has_table` method will now query against | Mike Bayer | 2014-12-04 | 1 | -0/+4 |
| * | add more order by here | Mike Bayer | 2014-10-11 | 1 | -1/+1 |
| * | - change this literal so that the bound name doesn't have a numeric | Mike Bayer | 2014-10-11 | 1 | -2/+2 |
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 1 | -1/+36 |
| * | Merge branch 'reflect-unique-constraints' of https://bitbucket.org/jerdfelt/s... | Mike Bayer | 2014-10-04 | 1 | -4/+9 |
| |\ |
|
| | * | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 1 | -4/+9 |
| * | | - Added support for the Oracle table option ON COMMIT. This is being | Mike Bayer | 2014-09-17 | 1 | -5/+17 |
| |/ |
|
| * | - Added :meth:`.Inspector.get_temp_table_names` and | Mike Bayer | 2014-09-17 | 1 | -0/+78 |
| * | - ensure literal_binds works with LIMIT clause, FOR UPDATE | Mike Bayer | 2014-09-03 | 1 | -0/+15 |
| * | - use configured test_schema here | Mike Bayer | 2014-08-08 | 1 | -12/+14 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 8 | -267/+261 |
| * | Merge branch 'master' of https://github.com/BY-jk/sqlalchemy | Mike Bayer | 2014-06-08 | 1 | -1/+1 |
| |\ |
|
| | * | Wrong type usagepr/95 | BY-jk | 2014-05-30 | 1 | -1/+1 |
| * | | - more tests, including backend tests | Mike Bayer | 2014-05-16 | 1 | -1/+79 |
| * | | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
| |/ |
|
| * | - Tweaked the settings for mysql-connector-python; in Py2K, the | Mike Bayer | 2014-03-27 | 1 | -1/+1 |