summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* do the wheel thingMike Bayer2013-11-141-0/+3
|
* - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-031-0/+1
| | | | not happening too well (I need to stick with linux + freetds 0.91, I know)
* - OK we have -w sql passing for: sqlite, postgresql, oursql 2.7 + 3.3, ↵Mike Bayer2013-05-041-0/+1
| | | | mysqldb 2.7
* - add pgp identityrel_0_8_0Mike Bayer2013-03-091-0/+4
|
* Fixed table reflection for Oracle when accessing a synonym that refersMike Bayer2012-12-091-0/+7
| | | | | | | | | | to a DBLINK remote database; while the syntax has been present in the Oracle dialect for some time, up until now it has never been tested. The syntax has been tested against a sample database linking to itself, however there's still some uncertainty as to what should be used for the "owner" when querying the remote database for table information. Currently, the value of "username" from user_db_links is used to match the "owner". [ticket:2619]
* - add a runner moduleMike Bayer2012-09-271-0/+1
| | | | - make "default" the default dialect.
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-3/+3
| | | | | | | become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries.
* - profile file is configurableMike Bayer2012-09-261-1/+2
|
* - further reorganization of test suite:Mike Bayer2012-09-261-1/+18
| | | | | | | | | | | - bootstrap and lib move to all absolute imports - testing.py is no longer internally referenced. - requirements move to be a pluggable class which can be overridden. - cleanup in the interests of third party testing, test/lib and test/bootstrap may move to be an independent package.
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-0/+1
| | | | | | | | | | | | | | | | | | | column, and the "autoincrement" feature of various dialects as well as the "sqlite_autoincrement" flag will honor the underlying database type as being Integer-based. [ticket:2005] - Result-row processors are applied to pre-executed SQL defaults, as well as cursor.lastrowid, when determining the contents of result.inserted_primary_key. [ticket:2006] - Bind parameters present in the "columns clause" of a select are now auto-labeled like other "anonymous" clauses, which among other things allows their "type" to be meaningful when the row is fetched, as in result row processors. - TypeDecorator is present in the "sqlalchemy" import space.
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-1/+1
| | | | | | | | | | | | outside of "sqlalchemy" and under "test/". Rationale: - coverage plugin works without issue, without need for an awkward additional package install - command line for "nosetests" isn't polluted with SQLAlchemy options [ticket:1949]
* dont need the svn_revision flag anymoreMike Bayer2010-03-201-1/+0
|
* Modified unittests docs to explain that --first-package-wins=True is ↵Michael Trier2010-02-231-1/+2
| | | | required on Windows. Also modified the setup.cfg to add this option so that if using the default config there will be consistent behavior on all platforms.
* - mega example cleanupMike Bayer2010-01-191-0/+1
| | | | | | - added READMEs to all examples in each __init__.py and added to sphinx documentation - added versioning example - removed vertical/vertical.py, the dictlikes are more straightforward
* Reverted my screw up of setup.cfgMichael Trier2009-07-281-11/+5
|
* Corrected examples tests. I was running from ./test instead of root.Michael Trier2009-07-281-5/+11
|
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+3
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* added "dev" tag to default setupMike Bayer2006-08-261-0/+3
some extra README