serenity/Tests/LibSQL
Timothy Flynn cd0e07f6a4 LibSQL: Add a helper to convert a SQL::Value to a UnixDateTime
Support for constructing a Value from a UnixDateTime was added in commit
effcd080ca.

That constructor just stores the value as the number of milliseconds
since epoch. There's no way for outside users to know this, so this adds
a helper to retrieve the value as a UnixDateTime and let SQL::Value be
the source of truth for how the value is encoded/decoded.
2024-01-10 23:26:40 +01:00
..
CMakeLists.txt LibSQL: Remove unused HashIndex and related classes 2023-08-07 14:38:38 -04:00
TestSqlBtreeIndex.cpp LibSQL: Remove Core::EventReceiver parent from SQL::Index 2023-08-07 14:38:38 -04:00
TestSqlDatabase.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestSqlExpressionParser.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestSqlHeap.cpp LibSQL: Remove Core::EventReceiver parent from SQL::Heap 2023-08-07 14:38:38 -04:00
TestSqlStatementExecution.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestSqlStatementParser.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TestSqlValueAndTuple.cpp LibSQL: Add a helper to convert a SQL::Value to a UnixDateTime 2024-01-10 23:26:40 +01:00