-
When I set a field to default empty string with '', it show as '' in phpmyadmin 5.1.0 structure for the field but it actually is inserting '''''' in the database filed. The following field dump show t…
-
In my influx measurement, the timestamp tag data type is timestamp and that in timescale it is timestamp with timezone.
Also , there us one more field which is of type string seperated by commas and …
-
`dateutil.parser.parse` can parse all the time formats acceptable to Postgres except for this one:
`2003-04-12 04:05:06 America/New_York`
(from http://www.postgresql.org/docs/9.4/static/datatype-dat…
-
I'm reporting these together as I suspect they are related. I have several apple devices linked to my apple ID but I think that ic3 is the only non-apple thing that directly uses my apple credentials.…
-
apgdiff 2.4
jdk 10.0.2
```
Exception in thread "main" cz.startnet.utils.pgdiff.parsers.ParserException: Cannot parse string: CREATE TABLE public.timeclock_punches (
id integer NOT NULL,
…
-
I create database dump:
```
pg_dump -F c --blobs -f "ebicdb.dmp" ebicdb
```
And foreign table:
```
CREATE FOREIGN TABLE outqueue_y2014m01c (
id_outqueue integer,
id_route character(36),
…
-
I am currently successfully using ``timescaledb`` with the following schema:
```
Column | Type | Collation | Nullable | Default
--------------------…
thaxy updated
3 years ago
-
### Bug Description:
In requests with datetime fields, Kibana passes information about timezone in a specific field, `time_zone`. We need to consider it when we make a response. For example, for the…
-
Due to an unfortunate history of the SunOS derivative operating systems. The `uname -s` (kernel name / platform name) returned on Solaris family operating systems all return `sunos`. The reality is th…
-
### Describe what you want
Currently, running `drizzle-kit introspect:{dialect}` command lets you pull DDL from an existing database and generate `schema.ts`.
However, the generated `schema.ts` …