question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Timestamp without time zone column offers no options in permission builder

See original GitHub issue

Issue noticed on… v1.0.0-beta.4 v1.0.0-beta.6

postgres server 11.2

I had hoped to build a permission to only allow access when this column is not null, but I’m unable to do so.

Is it something to do with the column type of timestamp without time zone? Is this expected?

Screenshot from 2019-09-06 12-06-04

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
rikinskcommented, Sep 6, 2019

@benkimpel Your solution was perfect. A new console build with the fix should be out in sometime.

Thanks for your contribution!

0reactions
benkimpelcommented, Sep 6, 2019

Cool. Thank you. I love this project. Completely amazing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

column "birthdate" is of type timestamp without time zone but ...
This query throws an error: column "birthdate" is of type timestamp without time zone but expression is of type text
Read more >
Working with timestamp with time zone in your Amazon S3 ...
Timestamps are presented without time zone information. The TIMESTAMPTZ data type to stores values with the date, time of day, and time zone...
Read more >
Postgres: Showing Timestamp With Timezone in UTC
When I select from a table with a TIMEZONE WITH TIMESTAMP column, all the dates in that column are displayed in my local...
Read more >
Managing date and time with PostgreSQL and TypeORM
When we use the timestamp without a timezone, PostgreSQL does no timezone-related conversion. When we enter 2021-03-15 15:00:00 into our ...
Read more >
Time zone management in PostgreSQL - CYBERTEC
The important aspect here is that TimeZone is not intended to be set centrally on the database server. Rather, each database session should ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found