ladybird/Userland
Jelle Raaijmakers 70ca295404 LibSQL+SQLServer: Do not re-open databases
Both `Database` and `Heap` were allowed to be opened twice. Prevent
this, and change SQLServer to only open databases that are not already
opened.

This fixes a Ladybird crash where opening the application twice would
erroneously duplicate free heap block indices.
2023-06-13 16:33:42 -04:00
..
Applets
Applications Applications: Stop lying about string types 2023-06-13 01:49:02 +02:00
BuggieBox
Demos Applications+Demos+LibGUI: Migrate to fallible WizardDialogs and Pages 2023-06-09 17:21:43 +02:00
DevTools SQLStudio: Stop lying about string types 2023-06-13 01:49:02 +02:00
DynamicLoader
Games Userland: Filter out unsupported file types in open dialogs in more apps 2023-06-11 09:40:17 +01:00
Libraries LibSQL+SQLServer: Do not re-open databases 2023-06-13 16:33:42 -04:00
Services LibSQL+SQLServer: Do not re-open databases 2023-06-13 16:33:42 -04:00
Shell Shell: Stop lying about string types 2023-06-13 01:49:02 +02:00
Utilities cal: Don't pretend ConfigServer returns a StringView 2023-06-13 01:49:02 +02:00
CMakeLists.txt