]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Improved datetime documentation for sqlite
authorFederico Caselli <cfederico87@gmail.com>
Sun, 18 Apr 2021 08:41:10 +0000 (10:41 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Sun, 18 Apr 2021 08:41:10 +0000 (10:41 +0200)
closes #6313

Change-Id: Ib8e988915afc65c95ae6d4c22b7802a1226a2913

lib/sqlalchemy/dialects/sqlite/base.py

index 0075b38767180a79a604b00349e4b04294cb5174..59d40fef0defca8e3c1af75665f2c5f8ffb23d68 100644 (file)
@@ -923,7 +923,7 @@ class DATETIME(_DateTimeMixin, sqltypes.DateTime):
 
     e.g.::
 
-        2011-03-15 12:05:57.10558
+        2021-03-15 12:05:57.105542
 
     The storage format can be customized to some degree using the
     ``storage_format`` and ``regexp`` parameters, such as::