[BUG]: datetime field NULL value is wrong in compiled install.mysql.utf8.sql #1188
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1188
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What Happened?
In my install.mysql.utf8.sql I see this invalid setting for a DATETIME field with default value set to None:
finish_timestamp
DATETIME NULL DEFAULT '',It should be:
finish_timestamp
DATETIME NULL,Steps to reproduce the Bug
Create a datetime field (calendar).
In the database tab, set datatype = datetime, data default = none, Null Switch = NULL
Which Joomla version are you compiling in?
v5.2.1
Which PHP version are you compiling in?
v8.1
Which Joomla versions are you targeting?
v5.2.1
Which PHP version are you targeting?
8.2
Which Web server is JCB running on?
Apache 2.4
Which Relational Database is JCB running on?
MariaDB 10.4.31
Which OS is JCB running on?
Ubuntu 20.0.4
Which JCB version are you using?
v5.0.4-beta1
Where in JCB did this issue occur?
Installation of a component
On which browsers did you encounter the issue?
Safari
Additional Comments
No response
Just checking in on this issue?