Nieuws

SQL Server has many different ways (column types) to represent date/time values, and depending on which one is used in the database table, you may have some surprising results when trying to consume ...
Demonstrating the "exclusive arc" pattern in SQL An example of SQL schemata, views functions, and data for exclusive arc.
Description: When we fetch dates either from direct DB statement or Eloquent we get the date field in the SQL database returned as an invalid formatted date string like Sep 12 2018 12:00:00:AM. First ...