]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2015-01-04  Mike Bayer- wip - start factoring events so that we aren't using...
2015-01-04  Mike Bayer- start trying to move things into __slots__. This...
2015-01-04  Mike Bayer- use a different bitwise approach here that doesn...
2015-01-04  Mike Bayer- The :class:`.mysql.SET` type has been overhauled...
2015-01-03  Mike Bayer- clean up SET tests
2015-01-03  Mike Bayer- tighten the inspection in _ColumnEntity to reduce...
2015-01-02  Mike Bayer- put this back now that we found the source of this
2015-01-02  Mike Bayer- test failures:
2015-01-02  Mike Bayer- repair drop_all_tables
2015-01-02  Mike Bayer- restate sort_tables in terms of a more fine grained
2015-01-01  Mike Bayer- Added a new accessor :attr:`.Table.foreign_key_constr...
2015-01-01  Mike Bayer- remove the "edges" from the message here. It's...
2014-12-30  Mike Bayer- fix some RST whitespace syntactical issues in toctrees
2014-12-28  Mike Bayer- see if we can get RTD to use this for now
2014-12-28  Mike Bayerbump
2014-12-28  Mike Bayerbump
2014-12-28  Mike Bayer- fix links for loading, add a redirect page
2014-12-27  Mike Bayer- another bump
2014-12-27  Mike Bayer- remove private superclasses from docs in favor of...
2014-12-27  Mike Bayerremove pipe...
2014-12-27  Mike Bayercorrections
2014-12-27  Mike Bayer- corrections
2014-12-27  Mike Bayer- typo fixes #3269
2014-12-19  Mike Bayer- ouch, this needs to be in dbapi, not module level!
2014-12-19  Mike Bayer- make the google deprecation messages more specific...
2014-12-19  Mike BayerMerge branch 'update-gaerdbms-docs' of https://bitbucke...
2014-12-19  Priit LaesMaul the evaulate & friends typo
2014-12-19  Mike Bayer- Fixed bug where using a :class:`.TypeDecorator` that...
2014-12-19  Mike Bayer- create a new section on "custom load rules", to help...
2014-12-18  Rob BerryUpdate gaerdbms to highlight improved connection method
2014-12-18  Mike Bayer- classical is really not the most important topic...
2014-12-17  Mike Bayer- squash-merge the improve_toc branch, which moves...
2014-12-16  Mike Bayer- Added a version check to the MySQLdb dialect surround...
2014-12-14  Mike Bayer- rework the migration doc sections
2014-12-14  Mike Bayer- automap isn't new anymore
2014-12-14  Mike Bayer- rework sqlite FK and unique constraint system to...
2014-12-13  Jon Nelson- add tentative 'changelog' documentation on #3244
2014-12-13  Jon Nelson- add test_get_unnamed_unique_constraints to SQLite...
2014-12-13  Jon Nelson- fix unique constraint parsing for sqlite -- may retur...
2014-12-13  Mike Bayer- Added new method :meth:`.Session.invalidate`, functio...
2014-12-12  Mike Bayer- update zoomark
2014-12-10  Mike Bayer- fix up query update /delete documentation, make warnings
2014-12-10  Mike Bayer- keep working on fixing #3266, more cases, more tests
2014-12-10  Mike Bayer- rework the handle error on connect tests from test_pa...
2014-12-09  Mike BayerMerge remote-tracking branch 'origin/pr/153'
2014-12-09  Yuval LangerRemoving unneeded space.
2014-12-08  Mike Bayer- identify another spot where _handle_dbapi_error(...
2014-12-08  Mike Bayer- simplify the "noconnection" error handling, setting
2014-12-08  Mike Bayer- autoinc here for oracle
2014-12-08  Mike Bayer- force the _has_events flag to True on engines, so...
2014-12-08  Mike Bayer- some profile changes likely due to the change in...
2014-12-08  Mike Bayer- A new series of :class:`.Session` methods which provi...
2014-12-08  Mike Bayerstart docs...
2014-12-08  Mike Bayer- add an option for bulk_save -> update to not do history
2014-12-08  Mike Bayer- fix inheritance persistence
2014-12-08  Mike Bayer- initial tests for bulk
2014-12-07  Mike Bayer- rework the assert_sql system so that we have a contex...
2014-12-07  Mike BayerMerge branch 'master' into ticket_3100
2014-12-06  Mike Bayer- SQL Server 2012 now recommends VARCHAR(max), NVARCHAR...
2014-12-06  Mike Bayer- enhance only_on() to work with compound specs
2014-12-06  Mike Bayerpep8
2014-12-06  Mike Bayer- adjust _revalidate_connection() again such that we...
2014-12-05  Mike Bayer- move inner calls to _revalidate_connection() outside...
2014-12-05  Mike Bayer- The SQLite dialect, when using the :class:`.sqlite...
2014-12-05  Mike Bayer- pep8
2014-12-05  Mike Bayer- document / work around that dialect_options isn't...
2014-12-05  Mike Bayer- The engine-level error handling and wrapping routines...
2014-12-05  Mike Bayer- pep8 cleanup
2014-12-05  Mike Bayer- New Oracle DDL features for tables, indexes: COMPRESS...
2014-12-05  Mike Bayer- the refactor of the visit_alias() method in Oracle...
2014-12-05  Mike Bayer- Added support for CTEs under Oracle. This includes...
2014-12-05  Mike Bayer- Updated the "supports_unicode_statements" flag to...
2014-12-04  Mike Bayer- The :meth:`.Operators.match` operator is now handled...
2014-12-04  Mike Bayer- The :meth:`.PGDialect.has_table` method will now...
2014-12-01  Mike BayerMerge remote-tracking branch 'origin/pr/151' into pr151
2014-11-29  Mike Bayer- Fixed bug in :meth:`.Table.tometadata` method where the
2014-11-26  Mike Bayer- Updated the :ref:`examples_versioned_history` example...
2014-11-26  Mike Bayer- formatting
2014-11-26  Mike Bayer- set default dialect here
2014-11-26  Mike Bayer- changelog, improve docstring/test for #3217. fixes...
2014-11-26  Mike BayerMerge branch 'issue_bb_3217' of https://bitbucket.org...
2014-11-26  Mike BayerMerged in jon_nelson/sqlalchemy/minor_spelling_error...
2014-11-26  Mike BayerMerged in jvanasco/sqlalchemy-alt/issue_docs_event_stat...
2014-11-26  Mike Bayer- add an order_by here
2014-11-26  Mike Bayer- use self.parent, not table here as there's an attribu...
2014-11-26  Mike Bayer- refresh all zoomark profiles
2014-11-26  Mike Bayer- add a new option --force-write-profiles to rewrite...
2014-11-25  Mike Bayer- The behavioral contract of the :attr:`.ForeignKeyCons...
2014-11-24  Mike Bayer- The :meth:`.PropComparator.of_type` modifier has...
2014-11-24  Mike Bayer- add some logging to path_registry to help debug eager...
2014-11-24  Mike Bayer- Fixed a bug in the examples/generic_assocaitions...
2014-11-15  Jon Nelson- fix minor spelling error
2014-11-15  Jon NelsonMerged zzzeek/sqlalchemy into master
2014-11-14  Mike Bayer- callcounts
2014-11-14  Mike Bayer- correct this to rewrite a multiple profile line correctly
2014-11-13  Mike Bayer- Fixed a leak which would occur in the unsupported...
2014-11-12  Mike BayerMerged in jon_nelson/sqlalchemy/logging_interpolation...
2014-11-12  Jon Nelson- don't do inline string interpolation when logging
2014-11-11  Mike Bayer- Fixed issue where the columns from a SELECT embedded...
2014-11-10  Mike Bayer- in lieu of adding a new system of translating bound...
next