.. |
math
|
Refs #28643 -- Added math database functions.
|
2018-07-05 11:02:12 -04:00 |
__init__.py
|
…
|
|
models.py
|
Refs #28643 -- Added math database functions.
|
2018-07-05 11:02:12 -04:00 |
test_cast.py
|
Fixed #29569 -- Fixed Cast() with AutoField and BigAutoField.
|
2018-07-25 08:00:11 +02:00 |
test_chr.py
|
Refs #28643 -- Added Ord, Chr, Left, and Right database functions.
|
2018-02-23 10:23:22 -05:00 |
test_datetime.py
|
Fixed #28650 -- Added TruncWeek database function.
|
2018-01-27 09:59:13 -05:00 |
test_left.py
|
Refs #28643 -- Added Ord, Chr, Left, and Right database functions.
|
2018-02-23 10:23:22 -05:00 |
test_ord.py
|
Refs #28643 -- Added Ord, Chr, Left, and Right database functions.
|
2018-02-23 10:23:22 -05:00 |
test_pad.py
|
Fixed #29251 -- Added bytes to str conversion in LPad/RPad database functions on MySQL.
|
2018-04-03 18:24:04 +02:00 |
test_repeat.py
|
Refs #28643 -- Added Repeat database function.
|
2018-04-03 19:36:12 +02:00 |
test_replace.py
|
Refs #28643 -- Added Replace database function.
|
2018-01-17 20:46:15 -05:00 |
test_right.py
|
Refs #28643 -- Added Ord, Chr, Left, and Right database functions.
|
2018-02-23 10:23:22 -05:00 |
test_strindex.py
|
Refs #27834 -- Removed Value wrapping from StrIndex's substring param.
|
2017-04-03 08:39:57 -04:00 |
test_trim.py
|
Refs #28643 -- Added LTrim, RTrim, and Trim database functions.
|
2018-03-15 20:57:23 +01:00 |
test_window.py
|
Fixed #26608 -- Added support for window expressions (OVER clause).
|
2017-09-18 09:42:29 -04:00 |
tests.py
|
Removed redundant lookup name in register_lookup() calls.
|
2018-02-19 13:12:13 -05:00 |