summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - flake8 all of test/ext/declarativeMike Bayer2014-09-235-427/+543
* - The :mod:`sqlalchemy.ext.automap` extension will now setMike Bayer2014-09-221-1/+67
* pep8/flake8Mike Bayer2014-09-221-42/+59
* - these tests don't test anything in SQLAlchemy - from our perpsective,Mike Bayer2014-09-191-133/+0
* - Fixed bug that affected generally the same classes of eventMike Bayer2014-09-184-23/+197
* fix testMike Bayer2014-09-181-0/+2
* - Fixed bug that affected many classes of event, particularlyMike Bayer2014-09-181-0/+59
* - Added new method :meth:`.Select.with_statement_hint` and ORMMike Bayer2014-09-182-0/+39
* - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-172-1/+18
* - not sure what this is testing but remove the self.l that mightMike Bayer2014-09-171-2/+3
* Merge branch 'sqlite-temp-table-reflection' of https://bitbucket.org/jerdfelt...Mike Bayer2014-09-171-0/+18
|\
| * Handle sqlite get_unique_constraints() call for temporary tablesJohannes Erdfelt2014-09-171-0/+18
* | - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-172-17/+11
* | Merge branch 'pr128'Mike Bayer2014-09-172-1/+124
|\ \ | |/ |/|
| * - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-3/+22
| * - the actual round trip requires password authent set up for the user;Mike Bayer2014-09-171-25/+7
| * - break out and fix tests for materialized view and foreign tables. foreign ...Mike Bayer2014-09-161-72/+86
| * Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-162-1/+109
| |\
| | * Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-0/+6
| | * Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-032-7/+12
| | * Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-2621-1331/+1504
| | |\
| | * | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-22/+11
| | * | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-144-1/+152
| | |\ \
| | * | | Added support for postgres_relkind.Rodrigo Menezes2014-08-142-1/+109
* | | | | - Fixed the version string detection in the pymssql dialect toMike Bayer2014-09-161-0/+20
|/ / / /
* | | | - use compat.u for python3.2, fixes #3198Mike Bayer2014-09-151-2/+2
* | | | - remove some crufty old testing optionsMike Bayer2014-09-141-3/+17
* | | | - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-0/+20
* | | | - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-102-0/+39
* | | | - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-082-2/+39
* | | | - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-071-0/+40
* | | | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-073-15/+444
* | | | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-072-5/+85
* | | | wip for #3148Mike Bayer2014-09-063-3/+142
* | | | - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-051-1/+22
* | | | - delete the file first here so this is deterministicMike Bayer2014-09-051-0/+3
* | | | - tiny refactors #1-#5Mike Bayer2014-09-051-2/+45
* | | | - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-1/+1
* | | | - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-031-6/+20
* | | | - default dialect, plus test against the default dialect...Mike Bayer2014-09-021-1/+1
* | | | - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-0/+20
* | | | default dialectMike Bayer2014-09-021-0/+2
* | | | - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-022-1/+44
* | | | - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-0117-141/+404
* | | | - optional 'b' here for py3kMike Bayer2014-08-311-1/+1
* | | | - these tests were squashing deprecation warnings all along...Mike Bayer2014-08-311-5/+8
* | | | - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-313-2/+18
* | | | - updated callcountsMike Bayer2014-08-311-4/+4
* | | | - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-301-6/+62
* | | | - continue moving things out that don't need to be thereMike Bayer2014-08-301-0/+14