Bero
Bero
Found it! The difference is in [the SQL mode ](https://github.com/WordPress/WordPress/blob/master/wp-includes/class-wpdb.php#L944). WordPress updates SQL modes when connecting. This allows it to pass `NULL` as a value. Next step, find why modes...
This is an issue that needs to be resolved in the [SQLIte database integration plugin](https://github.com/WordPress/sqlite-database-integration/blob/1b59f5fe54c43f5197d2d694983bab60221e271f/readme.txt). I'm checking now if there is a setting in SQLite that allow us to ignore...
This PR should fix the issue https://github.com/WordPress/sqlite-database-integration/pull/91 @adamziel could you please take a look at it when you find some time?
The SQLite plugin update didn't fix the issue. I will keep working on this tomorrow.
The last change to how defaults work fixed the issue.
> Since it's in a blank folder, shouldn't this make a brand new instance (IE: no posts except Hello World?) Blank mode always falls back to the same instance. This...
@adamziel do you have any instructions on how to recreate this?
@adamziel it would be great if WordPress Playground for VS Code could automatically pick up a blueprint from the current repository.
If we can't fix this short term, could we at least disable browser storage in Safari?
We will need to implement passwordless login for this to work https://github.com/WordPress/playground-tools/pull/219#pullrequestreview-1982379510 After this is done the Playground plugin should be updated to use the import step https://github.com/WordPress/playground-tools/pull/219#pullrequestreview-1982381387