-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Labels
type:bugBugBug
Description
Hi,
another little problem in pgsql driver.
When we use dates or bigints, empty values ('') causes Exceptions. This is because the framework interprets this types as strings and set this as db value.
- bigint
In pgsql\Schema.php an item on $typeMap for 'int8' is missing - date
In db\Schema.php an item on $typeMap for 'date' is missing (in method getColumnPhpType($column)
Thanks
Sascha
Metadata
Metadata
Assignees
Labels
type:bugBugBug