index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
utils.py
Age
Commit message (
Expand
)
Author
2025-06-16
Fixed #36380 -- Deferred SQL formatting when running tests with --debug-sql.
Natalia
2025-01-18
Fixed #35448 -- Fixed formatting of test --debug-sql output.
Tim Graham
2024-02-15
Fixed #33037 -- Fixed Trunc() with offset timezones on MySQL, SQLite, Oracle.
Shafiya Adzhani
2023-09-25
Fixed #34849 -- Avoided raising RuntimeWarning about import-time queries when...
David Sanders
2023-08-21
Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.
Florian Zimmermann
2023-08-10
Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle.
Jingbei Li
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2022-11-21
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-12
Fixed #33279 -- Fixed handling time zones with "-" sign in names.
Can Sarigol
2021-10-12
Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.
Ade Lee
2021-07-02
Fixed #30934 -- Included database alias in django.db.backends log messages.
Nick Pope
2020-05-06
Fixed a/an typos in "SQL" usage.
Adam Johnson
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-12-11
Refs #28373 -- Stopped setting tzinfo in typecast_timestamp().
Sergey Fedoseev
2019-05-08
Used time.monotonic() instead of time.time() where applicable.
Przemysław Suliga
2019-05-07
Readded comment about the default params of cursor.execute().
Daniel Hahler
2019-04-29
Refs #30148 -- Moved logging queries in CursorDebugWrapper to debug_sql() con...
kingbuzzman
2018-11-09
Removed unused 'tz' variable in typecast_timestamp().
Srinivas Reddy Thatiparthy
2018-10-02
Added django.db.backends.utils.names_digest() to remove redundant code.
Jon Dufresne
2018-09-25
Refs #27795 -- Removed force_bytes() usage in db/backends/utils.py.
Jon Dufresne
2018-07-02
Removed unused code in django.db.backends.utils.format_number().
Tim Graham
2018-07-02
Simplified SQLite's Decimal adapter.
Sergey Fedoseev
2017-12-30
Used Decimal.scaleb() in backends.utils.format_number() and DecimalField.widg...
Mariusz Felisiak
2017-11-14
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-09-21
Refs #28595 -- Added a hook to add execute wrappers for database queries.
Shai Berger
2017-08-12
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
2017-08-11
Replaced typecast_decimal() with decimal.Decimal().
Sergey Fedoseev
2017-08-09
Refs #4518 -- Removed handling of empty strings in typecast_decimal().
Sergey Fedoseev
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-27
Refs #27843 -- Fixed 'invalid escape sequence' warning in truncate_name().
Tim Graham
2017-02-23
Refs #23919 -- Used yield from.
Vytis Banaitis
2017-02-17
Fixed #27843 -- Fixed truncate_name() when the name contains a username.
Mariusz Felisiak
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Fixed spelling mistakes in code and comments.
james mike dupont
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-04-18
Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
Lukasz Wiecek
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2015-12-26
Passed logging message parameters as arguments instead of interpolating them.
Ville Skyttä
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-10-27
Fixed #22879 -- Intercept errors coming from cursor.__next__()
Mikhail Denisenko
2014-06-07
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-04-24
Prevented a crash in the cursor wrappers on Oracle.
Aymeric Augustin
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2013-11-02
Fixed all E261 warnings
coagulant
[next]