]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2014-10-06  Mike Bayer- The execution options passed to an :class:`.Engine...
2014-10-04  Mike Bayer- move some things that are features to the features
2014-10-04  Mike Bayer- use provide_metadata for new unique constraint /...
2014-10-04  Mike BayerMerge branch 'reflect-unique-constraints' of https...
2014-10-04  Mike Bayer- changelog, migration for pr github:134
2014-10-04  Mike BayerMerge remote-tracking branch 'origin/pr/134' into pr134
2014-09-29  Mike Bayer- rework tests for attached databases into individual...
2014-09-29  Mike Bayer- A revisit to this issue first patched in 0.9.5, appar...
2014-09-27  Mike Bayer- cyclomatic complexity; break up visit_select, goes...
2014-09-27  Mike Bayer- cyclomatic complexity: _get_colparams() becomes sql...
2014-09-27  Mike Bayer- cyclomatic complexity: _join_condition goes from...
2014-09-27  Mike Bayer- cyclomatic complexity: instrument_class goes from...
2014-09-27  Mike Bayer- cyclomatic complexity; break up reflecttable(), goes...
2014-09-27  Mike Bayer- repair autorollback for branches
2014-09-26  Mike Bayer- Fixed bug where a "branched" connection, that is...
2014-09-26  Mike Bayer- Fixed bug where a "branched" connection, that is...
2014-09-26  Mike Bayer- add explicit warning re: polymorphic_on, cascading...
2014-09-26  Mike Bayercomments
2014-09-26  Mike Bayer- "column already assigned" message has been updated...
2014-09-26  Mike Bayer- refactor of declarative, break up into indiviudal...
2014-09-26  Mike Bayer- convert to spaces
2014-09-24  Mike Bayer- clarify documentation on exists() that it is preferre...
2014-09-23  Mike Bayer- flake8 all of test/ext/declarative
2014-09-23  Mike Bayer- The :mod:`sqlalchemy.ext.automap` extension will...
2014-09-23  Mike Bayerpep8/flake8
2014-09-19  Mike Bayer- these tests don't test anything in SQLAlchemy - from...
2014-09-18  Mike Bayer- Fixed bug that affected generally the same classes...
2014-09-18  Mike Bayerfix test
2014-09-18  Mike Bayer- Fixed an unlikely race condition observed in some...
2014-09-18  Mike Bayer- Fixed bug that affected many classes of event, partic...
2014-09-18  Mike Bayer- Added new method :meth:`.Select.with_statement_hint...
2014-09-17  Mike Bayer- Added support for the Oracle table option ON COMMIT...
2014-09-17  Johannes ErdfeltReflect unique constraints when reflecting a Table...
2014-09-17  Mike Bayer- not sure what this is testing but remove the self...
2014-09-17  Mike Bayer- we can start checking these flake rules
2014-09-17  Mike Bayer- changelog for #3203; fixes #3203
2014-09-17  Mike BayerMerge branch 'sqlite-temp-table-reflection' of https...
2014-09-17  Mike Bayer- Added :meth:`.Inspector.get_temp_table_names` and
2014-09-17  Mike Bayer- move this to the correct location
2014-09-17  Mike Bayer- comment this out (again)
2014-09-17  Mike BayerMerge branch 'pr128'
2014-09-17  Mike Bayer- repair get_foreign_table_names() for PGInsp/dialect...
2014-09-17  Mike Bayerkeep this off for the moment as jenkins isn't set up...
2014-09-17  Mike Bayer- the actual round trip requires password authent set...
2014-09-17  Johannes ErdfeltHandle sqlite get_unique_constraints() call for tempora...
2014-09-16  Mike Bayer- Fixed the version string detection in the pymssql...
2014-09-16  Mike Bayer- break out and fix tests for materialized view and...
2014-09-16  Mike BayerMerge remote-tracking branch 'origin/pr/128' into pr128
2014-09-16  Mike Bayer- raise from cause here to preserve stack trace
2014-09-16  mike bayerMerge pull request #138 from BY-jk/master
2014-09-16  JanAdded EXASolution dialect to documentation
2014-09-15  Mike Bayer- cant do xargs in tox.ini as it doesnt run outside...
2014-09-15  Mike Bayer- use compat.u for python3.2, fixes #3198
2014-09-15  Mike Bayer- fix issue where nose Failure object comes into play...
2014-09-15  Mike Bayer- remove some crufty old testing options
2014-09-14  Jim HokansonUpdated documenation for engines.rst
2014-09-11  Mike Bayer- Fixed warning that would emit when a complex self...
2014-09-11  Ilja Everilämethod documentation typo fix
2014-09-11  Ilja Everilädocumentation indentation fix
2014-09-11  Ilja Everiläallow windowing filtered functions
2014-09-11  Ilja Everilärenamed aggregatefilter to funcfilter, since it is...
2014-09-10  Mike Bayer- Fixed bug in ordering list where the order of items...
2014-09-10  Ilja Everiläadd ClauseTest for aggregatefilter
2014-09-10  Ilja Everiläimplementation for <aggregate_fun> FILTER (WHERE ...)
2014-09-10  Ilja Everilätests for <aggregate_fun> FILTER (WHERE ...)
2014-09-09  Mike Bayer- for whatever reason, Insert.values() with multi value...
2014-09-09  Mike Bayer- add in all the method-chained methods to the paramete...
2014-09-08  Mike Bayer- rework the previous "order by" system in terms of...
2014-09-08  Mike Bayer- check for None linker...
2014-09-08  Mike Bayer- Added new event handlers :meth:`.AttributeEvents...
2014-09-07  Mike Bayer- remove some old cruft
2014-09-07  Mike Bayer- mako_layout isn't used, remove it
2014-09-07  mike bayerMerge pull request #133 from hiaselhans/doc_epub
2014-09-07  hiaselhansDocs: use the base layout when mako_layout=='epub'
2014-09-07  Mike Bayer- changelog and migration for #3188, #3148.
2014-09-07  Mike Bayer- rework ColumnAdapter and ORMAdapter to only provide...
2014-09-07  Mike Bayer- enhance ClauseAdapter / ColumnAdapter to have new...
2014-09-06  Mike Bayerwip for #3148
2014-09-06  Mike Bayer- document all the varities of _label on the base Colum...
2014-09-05  Mike Bayer- omit MySQL index flavor if its None
2014-09-05  Mike Bayer- MySQL boolean symbols "true", "false" work again...
2014-09-05  Mike Bayer- delete the file first here so this is deterministic
2014-09-05  Mike Bayer- tiny refactors #1-#5
2014-09-05  Rodrigo MenezesAdded documentation. Changed my mind - added get_foreig...
2014-09-05  Rodrigo MenezesAdded get_foreign_table_names to interface and put...
2014-09-03  Mike Bayer- ensure literal_binds works with LIMIT clause, FOR...
2014-09-03  Rodrigo MenezesFixing some pep8s and adding get_foreign_tables.
2014-09-03  Mike Bayer- The hostname-based connection format for SQL Server...
2014-09-02  Mike Bayer- default dialect, plus test against the default dialect...
2014-09-02  Mike Bayer- An adjustment to table/index reflection such that...
2014-09-02  Mike Bayerdefault dialect
2014-09-02  Mike Bayer- add logic to compiler such that if stack is empty...
2014-09-02  Mike Bayer- reorganize
2014-09-02  Mike Bayer- The :func:`~.expression.column` and :func:`~.expressi...
2014-09-01  Mike Bayer- more updates to text docs, literal_column, column...
2014-09-01  Mike Bayer- walk back these literal SQL lectures into something...
2014-08-31  Mike Bayer- improve from_statement() doc
2014-08-31  Mike Bayer- optional 'b' here for py3k
2014-08-31  Mike Bayer- refine this a bit to better check for exception type
2014-08-31  Mike Bayer- these tests were squashing deprecation warnings all...
next