This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
74c025d028
django1
/
django
/
db
/
backends
History
Claude Paroz
a9a773ff38
Made get_table_description also return the size of char fields on SQLite
2012-08-30 19:36:05 +02:00
..
dummy
Fixed
#17883
. Improved error message for old-style database backends.
2012-03-12 21:58:07 +00:00
mysql
Fixed
#5725
-- Fixed varchar column size introspection for MySQL
2012-08-30 19:28:13 +02:00
oracle
Replaced many smart_bytes by force_bytes
2012-08-29 11:20:32 +02:00
postgresql_psycopg2
Made get_table_description also return the size of char fields on SQLite
2012-08-30 19:36:05 +02:00
sqlite3
Made get_table_description also return the size of char fields on SQLite
2012-08-30 19:36:05 +02:00
__init__.py
Replaced some smart_xxx by force_xxx equivalent
2012-08-30 15:46:16 +02:00
creation.py
[py3] Replaced raw_input by input
2012-08-08 19:53:11 +02:00
signals.py
Fixed
#13798
-- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch.
2010-08-30 13:21:18 +00:00
util.py
Replaced many smart_bytes by force_bytes
2012-08-29 11:20:32 +02:00