]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The path given as the location of a sqlite database is now
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Feb 2011 20:03:11 +0000 (15:03 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Feb 2011 20:03:11 +0000 (15:03 -0500)
commite43f85965e516218fd2630dba5d46cbdc8e00e09
treea32d157bd8796cf888d15dda1cceb463e8ae434a
parent3f9a343d725eea883aba2145de4cbb7b84f9d08c
- The path given as the location of a sqlite database is now
normalized via os.path.abspath(), so that directory changes
within the process don't affect the ultimate location
of a relative file path.  [ticket:2036]
CHANGES
lib/sqlalchemy/dialects/sqlite/pysqlite.py
test/dialect/test_sqlite.py
test/lib/requires.py
test/orm/test_session.py