|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2021-01-13 16:41 UTC] cmb@php.net
-Summary: [FR] Support databases with <= 1 keys
+Summary: Support databases with <= 1 keys
-Status: Open
+Status: Suspended
[2021-01-13 16:41 UTC] cmb@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 21:00:01 2025 UTC |
Description: ------------ It would be nice if we also supported databases without any keys or with only a single key. Test script: --------------- <?php chdb_create("test.db", array("a" => "b")); ?> Actual result: -------------- Fatal error: Uncaught exception 'RuntimeException' with message 'Error generating 'test.db': Invalid argument'