Gijs Mos
Gijs Mos
Hi @dantownsend, think that TimestampNow is inconsistent regarding the use of timezones. The timestamp currently returned is in: - SQLLite -> UTC (according to doc an checked on my CET...
The following index DDL causes `piccolo schema generate` to crash. ``` CREATE UNIQUE INDEX sensor_uniq_in_time ON public.sensors USING btree (production_start_date, sensor_code) INCLUDE (production_end_date) ``` The regular expression used doesn't match...
It would be quite helpful when schema generate would let us know on which table and column it was working when it bails out.
Piccolo doesn't handle the (fixed length) Character datatype. When the column type is unknown to Piccolo, the schema generation defaults to the generic Column type, and a warning is added...
Hi Loboris, Thanks for your splendid work. But I tried to compile for OTA on 4MB flash. Straight clone on 1-3-19, nothing changed. Fails with: > ================================ > Building MicroPython...