index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
db
Age
Commit message (
Expand
)
Author
2005-09-02
Fixed #404 -- Fixed random ordering in MySQL by abstracting random function i...
Adrian Holovaty
2005-08-19
Fixed #350 -- 'offset' DB API parameter now works in MySQL 3. Tests from [540...
Adrian Holovaty
2005-08-15
Fixed #321 -- Undid [494], which assumed the installed version of MySQLdb had...
Adrian Holovaty
2005-08-14
Fixed #316 -- Changed MySQL backend to disregard warnings
Adrian Holovaty
2005-08-11
Changed timestamp and time typecasting to preserve microseconds. Added unit t...
Adrian Holovaty
2005-08-10
Changed [459] to use a better interface for the exception
Adrian Holovaty
2005-08-10
Changed MySQL backend so that it fails silently if rollback() isn't supported...
Adrian Holovaty
2005-08-02
Improved 'django-admin inspectdb' so that it detects ForeignKey relationships...
Adrian Holovaty
2005-08-02
Added first stab at 'django-admin.py inspectdb', which takes a database name ...
Adrian Holovaty
2005-08-01
Fixed #227 -- the sqlite backend now correctly typecasts unicode objects to b...
Jacob Kaplan-Moss
2005-07-29
Fixed #228 -- Better handling of timezones. Thanks, rmunn
Adrian Holovaty
2005-07-29
Fixed #219 and #188 -- Database timestamp typecast no longer assumes '-' deli...
Adrian Holovaty
2005-07-25
Fixed #197 -- thanks for finding that, mmarshall
Jacob Kaplan-Moss
2005-07-22
Added sqlite3 database backend -- somewhat tested, but probably not 100% perf...
Jacob Kaplan-Moss
2005-07-21
Refactor dictfetch* methods from mysql backend out into a seperate module; th...
Jacob Kaplan-Moss
2005-07-21
Cleaned up [269] a tiny bit
Adrian Holovaty
2005-07-21
fixes #133 -- thanks Joeri
Jacob Kaplan-Moss
2005-07-19
Improved error message when DATABASE_ENGINE is invalid. It now displays a lis...
Adrian Holovaty
2005-07-19
Quick bugfix to [207] -- MySQL doesn't have ILIKE
Adrian Holovaty
2005-07-19
Added support for istartswith and iendswith in database API
Adrian Holovaty
2005-07-19
Fixed #69 -- Implemented dictfetchone(), dictfetchmany() and dictfetchall() f...
Adrian Holovaty
2005-07-18
Fixed #56 -- MySQL id columns are now UNSIGNED. Thanks, Manuzhai!
Adrian Holovaty
2005-07-17
Factored out database-specific date_trunc behavior into dbmod.get_date_trunc_...
Adrian Holovaty
2005-07-17
Changed core.db to give a friendlier error message if the DATABASE_ENGINE set...
Adrian Holovaty
2005-07-17
Factored out database-specific date_extract behavior into dbmod.get_date_extr...
Adrian Holovaty
2005-07-17
Fixed #42 -- OneToOneField now works with SQL generation
Adrian Holovaty
2005-07-16
Added helpful error message if DATABASE_NAME or DATABASE_USER is blank for po...
Adrian Holovaty
2005-07-16
Fixed #39 -- Thanks for the research, deelan!
Adrian Holovaty
2005-07-16
Fixed inconsistent capitalization in [109]
Adrian Holovaty
2005-07-16
Changed postgresql DB backend so that it gives a helpful error message if peo...
Adrian Holovaty
2005-07-13
Changed db/backends/postgresql.py to add the password and host params only if...
Adrian Holovaty
2005-07-13
Imported Django from private SVN repository (created from r. 8825)
Adrian Holovaty