summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
Commit message (Expand)AuthorAgeFilesLines
* Add support for CACHE and ORDER to sequencesDavid Moore2017-07-052-2/+21
* Coerce to float for Float with all native decimal backendsMike Bayer2017-06-261-0/+2
* Return given type when it matches the adaptationMike Bayer2017-06-261-38/+32
* Merge "Coerce float Python type to Float; ensure Python float coming back"mike bayer2017-06-261-1/+1
|\
| * Coerce float Python type to Float; ensure Python float coming backMike Bayer2017-06-261-1/+1
* | Don't erase reflected comment in _init_existingEloy Felix2017-06-201-2/+3
|/
* Repair WithinGroup.get_children()Mike Bayer2017-06-161-1/+1
* Merge branch 'fix-typo' of https://github.com/lelit/sqlalchemyMike Bayer2017-06-021-5/+5
|\
| * Fix a few doc typosLele Gaifax2017-06-021-5/+5
* | Merge "Raise if ForeignKeyConstraint created with different numbers of local ...mike bayer2017-05-251-0/+16
|\ \
| * | Raise if ForeignKeyConstraint created with different numbers ofMike Bayer2017-05-251-0/+16
* | | Flatten operator precedence for comparison operatorsMichael Birtwell2017-05-251-12/+13
|/ /
* | Add with_for_update() support in session.refresh()Mike Bayer2017-05-241-0/+13
* | Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-1/+4
|/
* - Document the most transparent way to set JSON.NULL forMike Bayer2017-05-181-0/+16
* Add links to with_only_columns to Select.column, append_columnMike Bayer2017-05-121-19/+16
* - big rewrite of the Sequence documentation:Mike Bayer2017-05-051-20/+28
* - add another note re: 339e2c13b0fc8e95a47d00c0f8fc5afc4b6dff9aMike Bayer2017-05-051-0/+12
* - add a note to MetaData.schema indicating that the TableMike Bayer2017-05-051-0/+13
* Enforce boolean result type for all eq_, is_, isnot, comparisonMike Bayer2017-04-273-4/+11
* Add _negate() to Label to negate inner elementMike Bayer2017-04-211-1/+7
* Set up base ARRAY to be compatible with postgresql.ARRAY.Mike Bayer2017-04-111-1/+18
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-073-12/+62
* Merge "Double percent signs based on paramstyle, not dialect"mike bayer2017-04-051-8/+20
|\
| * Double percent signs based on paramstyle, not dialectMike Bayer2017-04-051-8/+20
* | Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-043-4/+10
|/
* Apply SQL compilation to sqltext for column-level CHECK constraintMike Bayer2017-04-041-1/+3
* Merge "Use consistent method signature for Alias.self_group()"mike bayer2017-04-031-4/+4
|\
| * Use consistent method signature for Alias.self_group()Mike Bayer2017-04-031-4/+4
* | Return self when Variant.coerce_compared_value would return implMike Bayer2017-04-011-1/+5
|/
* Apply type processing to untyped preexec default clauseMike Bayer2017-03-301-0/+8
* Treat collation names as identifiersMike Bayer2017-03-232-2/+14
* Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemyMike Bayer2017-03-181-2/+2
|\
| * Fix typos ('expicit' -> 'explicit')Jamie Alessio2017-03-141-2/+2
* | New features from python 2.7Катаев Денис2017-03-175-11/+11
* | Implement comments for tables, columnsFrazer McLean2017-03-173-5/+80
|/
* Merge "Add "empty in" strategies; default to "static""mike bayer2017-03-143-17/+62
|\
| * Add "empty in" strategies; default to "static"Mike Bayer2017-03-143-17/+62
* | Improve serializer behaviorMike Bayer2017-03-141-0/+3
|/
* add autoescape option to startswith, endswith, and containsDiana Clarke2017-03-141-13/+110
* - add a note as to why we have this very complicated AnnotatedMike Bayer2017-03-091-0/+7
* Allow SchemaType and Variant to work togetherMike Bayer2017-03-072-11/+79
* - document ForeignKeyConstraint columns / elements, fixes #2904Mike Bayer2017-03-071-0/+22
* Don't cache savepoint identifiersMike Bayer2017-03-061-1/+7
* Only use schema_translate_map on SchemaItem subclassesMike Bayer2017-02-283-1/+11
* - add a note referring to the enum value as not currently persisted,Mike Bayer2017-02-011-3/+8
* - clarify Enum validation rules, fixes #3904Mike Bayer2017-02-011-6/+15
* - correctly document LIKE / ILIKE, fixes #3890Mike Bayer2017-01-161-6/+16
* Better hide engine passwordValery Yundin2017-01-161-2/+2
* Merge "Support python3.6"mike bayer2017-01-1310-89/+89
|\