Skip to content
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

Adding the ability to store microseconds in datetime #91

Merged
merged 3 commits into from
Dec 23, 2022

Conversation

msmakouz
Copy link
Member

No description provided.

@msmakouz msmakouz added the type: feature New feature. label Dec 21, 2022
@msmakouz msmakouz added this to the 2.3.x milestone Dec 21, 2022
@msmakouz msmakouz requested a review from roxblnfk December 21, 2022 20:43
@msmakouz msmakouz self-assigned this Dec 21, 2022
@msmakouz msmakouz changed the title Adding the ability to store microseconds in datetime string Adding the ability to store microseconds in datetime Dec 21, 2022
@codecov
Copy link

codecov bot commented Dec 21, 2022

Codecov Report

Merging #91 (0e8babd) into 2.x (1d7bfe3) will increase coverage by 0.19%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x      #91      +/-   ##
============================================
+ Coverage     94.27%   94.46%   +0.19%     
- Complexity     1562     1588      +26     
============================================
  Files            93       96       +3     
  Lines          3914     4356     +442     
============================================
+ Hits           3690     4115     +425     
- Misses          224      241      +17     
Impacted Files Coverage Δ
src/Config/ConnectionConfig.php 35.71% <ø> (-23.38%) ⬇️
src/Schema/AbstractTable.php 96.23% <ø> (+2.72%) ⬆️
src/Config/DriverConfig.php 100.00% <100.00%> (ø)
src/Config/MySQLDriverConfig.php 100.00% <100.00%> (ø)
src/Config/PostgresDriverConfig.php 100.00% <100.00%> (ø)
src/Config/SQLServerDriverConfig.php 100.00% <100.00%> (ø)
src/Config/SQLiteDriverConfig.php 100.00% <100.00%> (ø)
src/Config/StateTrait.php 100.00% <100.00%> (ø)
src/Driver/Driver.php 91.98% <100.00%> (+3.72%) ⬆️
src/Driver/Postgres/Schema/PostgresColumn.php 93.02% <100.00%> (+0.99%) ⬆️
... and 60 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@msmakouz msmakouz linked an issue Dec 21, 2022 that may be closed by this pull request
src/Config/MySQLDriverConfig.php Outdated Show resolved Hide resolved
@roxblnfk roxblnfk merged commit 19e42df into 2.x Dec 23, 2022
@roxblnfk roxblnfk deleted the feature/microseconds branch December 23, 2022 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🐛 [Datetime Format] Incorrect format for [Y-m-d H:i:s.u]
2 participants