Opened 19 months ago

Closed 19 months ago

Last modified 19 months ago

#34070 closed New feature (fixed)

Add support for microseconds to Now() on MySQL and SQLite.

Reported by: Mariusz Felisiak Owned by: Lily Foote
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Add support for microseconds to Now() on MySQL and SQLite.

PR

Change History (3)

comment:1 by Mariusz Felisiak, 19 months ago

Triage Stage: AcceptedReady for checkin

comment:2 by Mariusz Felisiak <felisiak.mariusz@…>, 19 months ago

Resolution: fixed
Status: assignedclosed

In 649b28e:

Fixed #34070 -- Added subsecond support to Now() on SQLite and MySQL.

comment:3 by GitHub <noreply@…>, 19 months ago

In 577dbcbb:

Refs #34070 -- Fixed date format in Now() on SQLite.

Regression in 649b28eab6765cd6b2b40c779a18ecafc99b43d7.

Note: See TracTickets for help on using tickets.
Back to Top