mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
5e83929555
This is inspired by sqlite's behaviour: If you have a date column (say colDate) and update it with colDate = DATETIME('2015-01-01T20:20:20); colDate will contain the date time, not just the date (while the connector would probably just read the date part). In order to prevent this kind of inconsistencies, date can be assigned only with dates, not with timestamps. |
||
---|---|---|
.. | ||
sqlpp11 |