-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NFR] Allow size parameter for datetime and timestamp columns #13297
Labels
Comments
sergeyklay
added
New Feature Request
and removed
enhancement
Enhancement to the framework
labels
May 16, 2018
@robin-rozo Do you happen to have an example or a small code snippet handy? |
Actually I think I got it. |
niden
added a commit
that referenced
this issue
Dec 24, 2019
…phalcon into niden-T13297-datetime-fraction * 'T13297-datetime-fraction' of https://github.com/niden/cphalcon: (31 commits) [#13297] - Updated changelog again [#13297] - Changelog update again [#13297] - Updated the changelog [#13297] - Added new section for 4.1 [#13297] - Updated changelog [#13297] - Corrected the logic for the dialect [#13297] - Added size to datetime/time and timestamp fields [#13297] - Added test with fractal fields [#13297] - Added new migration and table [#13856] - Another correction [#13856] - Corrected variable name [#13856] - Minor changes (restructured getters) based on review [#13856] - PHPCS [#13856] - Corrected validating signature method [#13856] - Correcting tests [#13856] - Removed tests out of place [#13856] - PHPCS [#13856] - Added tests for JWT [#13856] - Added Base64 helper [#13856] - Added Base64 helper and minor correction to audience (builder) ...
niden
added a commit
that referenced
this issue
Dec 24, 2019
* niden-T13297-datetime-fraction: (31 commits) [#13297] - Updated changelog again [#13297] - Changelog update again [#13297] - Updated the changelog [#13297] - Added new section for 4.1 [#13297] - Updated changelog [#13297] - Corrected the logic for the dialect [#13297] - Added size to datetime/time and timestamp fields [#13297] - Added test with fractal fields [#13297] - Added new migration and table [#13856] - Another correction [#13856] - Corrected variable name [#13856] - Minor changes (restructured getters) based on review [#13856] - PHPCS [#13856] - Corrected validating signature method [#13856] - Correcting tests [#13856] - Removed tests out of place [#13856] - PHPCS [#13856] - Added tests for JWT [#13856] - Added Base64 helper [#13856] - Added Base64 helper and minor correction to audience (builder) ...
Resolved in #14654 |
niden
added a commit
that referenced
this issue
Feb 4, 2020
niden
added a commit
that referenced
this issue
Feb 4, 2020
niden
added a commit
that referenced
this issue
Feb 4, 2020
niden
added a commit
that referenced
this issue
Feb 4, 2020
niden
added a commit
that referenced
this issue
Feb 4, 2020
niden
added a commit
that referenced
this issue
Feb 4, 2020
niden
added a commit
that referenced
this issue
Feb 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I want to add a size parameter to a column definition, the size is not added in the generated query. This size is mandatory in MySQL to create columns with fractionnal time values see doc.
The text was updated successfully, but these errors were encountered: