Logo
Explore Help
Register Sign In
PublicArchive/sqlalchemy
2
0
Fork 0
You've already forked sqlalchemy
mirror of https://github.com/sqlalchemy/sqlalchemy.git synced 2026-06-04 06:48:27 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
d266ca023b023e72b490fb1e793ef0ec9114c6b9
sqlalchemy/lib/sqlalchemy/databases
T
History
Mike Bayer 8d2c9ae434 - mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptions
if table doesnt exist, in order to determine if a table exists.
this supports unicode table names as well as schema names. tested
with MySQL5 but should work with 4.1 series as well. (#557)
2007-04-29 20:08:55 +00:00
..
__init__.py
- added db modules to genned docstrings
2007-03-18 22:35:19 +00:00
firebird.py
added "is_disconnect()" for firebird
2007-04-18 21:11:07 +00:00
information_schema.py
migrated (most) docstrings to pep-257 format, docstring generator using straight <pre> + trim() func
2007-02-25 22:44:52 +00:00
informix.py
fix for dbapi() method to be classmethod #546
2007-04-22 17:03:35 +00:00
mssql.py
- mssql: replace "select @@identity" with "select @@scope_identity". Should help avoid returning wrong ID when insert triggers are used. Also add unit test (thanks paj)
2007-04-29 20:00:43 +00:00
mysql.py
- mysql uses "DESCRIBE [<schemaname>].<tablename>", catching exceptions
2007-04-29 20:08:55 +00:00
oracle.py
- informix support added ! courtesy James Zhang
2007-04-21 23:29:03 +00:00
postgres.py
- the dialects within sqlalchemy.databases become a setuptools
2007-04-17 20:49:35 +00:00
sqlite.py
- converted logger.warn() to warnings.warn()
2007-04-21 22:54:35 +00:00
Powered by Gitea Version: 1.26.1 Page: 1702ms Template: 186ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API