Tim Zook

Results 6 issues of Tim Zook

It's a pretty common pattern to have the uploads folder in WordPress symlinked to a separate directory when deployed. However the local stream wrapper doesn't work when this is the...

How to reproduce: php version ``` PHP 7.2.9-1+ubuntu16.04.1+deb.sury.org+1 (cli) (built: Aug 19 2018 07:16:12) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend...

bug

# Describe the bug The Postgres documentation specifically mentions that default values should be evaluated when a record is inserted, not when the table is created: https://www.postgresql.org/docs/current/ddl-default.html The current implementation...

# Describe the bug ``` QueryError: create table "devices" ("id" serial primary key) - relation "devices_pkey" already exists 🐜 This seems to be an execution error, which means that your...

# Describe the bug ``` Error: alter table "enclaves_users" add column "state" text check ("state" in ('ok', 'failed', 'pending')) - Corrupted alias 💥 This is a nasty error, which was...

Currently when you run a query against pg-mem with fully qualified column names like `SELECT "public"."test"."val" FROM "public"."test"`, it gives you an AST coverage error like `The query you ran...