Skip to content

Conversation

@smartdev-cz
Copy link

…PostgreSQL [Closes #163]

(cherry picked from commit 6e4b22c)

  • bug fix / new feature? YES
  • BC break? NO

Hi,
we are using latest nette/database v2.4 with postgres and there is still bug with wrong detection of timestampz data type. Bug was fixed in master, but unfortunatelly not in current stable branch...

Is there possibility to merge this cherry pick to v2.4 branch?

"date" date NULL,
"time" time NULL,
"timestamp" timestamp NULL,
"timestampZone" timestamp with time zone NULL,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add 'timestampZone' => null below etc.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, all tests fixed

@dg
Copy link
Member

dg commented Jun 1, 2018

Thanks!

@dg dg merged commit 5736260 into nette:v2.4 Jun 1, 2018
@smartdev-cz
Copy link
Author

Can you create some tag for this release, please? For example 2.4.5.1? We can use it in composer 😄

@dg
Copy link
Member

dg commented Jun 1, 2018

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants