summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | - cyclomatic complexity: instrument_class goes from E to an AMike Bayer2014-09-271-11/+37
* | | | | - cyclomatic complexity; break up reflecttable(), goes from E to BMike Bayer2014-09-271-39/+74
* | | | | - repair autorollback for branchesMike Bayer2014-09-261-2/+2
* | | | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-37/+87
* | | | | - Fixed bug where a "branched" connection, that is the kind you getMike Bayer2014-09-261-11/+32
* | | | | - add explicit warning re: polymorphic_on, cascading is not supportedMike Bayer2014-09-261-0/+6
* | | | | commentsMike Bayer2014-09-261-3/+8
* | | | | - refactor of declarative, break up into indiviudal methodsMike Bayer2014-09-257-349/+680
* | | | | - clarify documentation on exists() that it is preferred to be in theMike Bayer2014-09-241-0/+13
| |_|/ / |/| | |
* | | | - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-6/+40
* | | | - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-183-8/+21
* | | | - Fixed an unlikely race condition observed in some exotic end-userMike Bayer2014-09-181-1/+6
* | | | - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-182-15/+17
* | | | - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-183-6/+71
* | | | - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-172-7/+61
| |/ / |/| |
* | | 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-175-27/+156
* | | | Merge branch 'pr128'Mike Bayer2014-09-171-3/+35
|\ \ \ \ | |/ / / |/| | |
| * | | - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-172-19/+31
| * | | Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-162-3/+23
| |\ \ \
| | * | | Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-055-41/+20
| | * | | Added get_foreign_table_names to interface and put it in the test requirements.Rodrigo Menezes2014-09-054-2/+19
| | * | | Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-032-2/+26
| | * | | Removed changes that are no longer necessary for postgresql_relkind. Also, re...Rodrigo Menezes2014-08-262-3/+5
| | * | | Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-2622-679/+828
| | |\ \ \
| | * | | | 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-1415-103/+227
| | |\ \ \ \
| | * | | | | Added support for postgres_relkind.Rodrigo Menezes2014-08-142-15/+33
* | | | | | | - Fixed the version string detection in the pymssql dialect toMike Bayer2014-09-161-1/+1
|/ / / / / /
* | | | | | - raise from cause here to preserve stack traceMike Bayer2014-09-161-1/+1
* | | | | | - fix issue where nose Failure object comes into play hereMike Bayer2014-09-151-0/+2
* | | | | | - remove some crufty old testing optionsMike Bayer2014-09-146-68/+86
| |_|_|_|/ |/| | | |
* | | | | - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-4/+4
* | | | | - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-102-2/+15
| |_|_|/ |/| | |
* | | | - add in all the method-chained methods to the parameter descriptionsMike Bayer2014-09-091-43/+131
* | | | - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-084-44/+84
* | | | - check for None linker...Mike Bayer2014-09-081-1/+1
* | | | - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-073-20/+79
* | | | - remove some old cruftMike Bayer2014-09-074-78/+93
* | | | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-073-88/+77
* | | | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-076-30/+43
* | | | wip for #3148Mike Bayer2014-09-066-14/+50
* | | | - document all the varities of _label on the base ColumnElementMike Bayer2014-09-062-12/+56
* | | | - 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
* | | | - tiny refactors #1-#5Mike Bayer2014-09-053-102/+130
* | | | - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-038-27/+42