php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #63080 Support databases with <= 1 keys
Submitted: 2012-09-13 12:21 UTC Modified: 2021-01-13 16:41 UTC
From: jille at hexon dot cx Assigned:
Status: Suspended Package: chdb (PECL)
PHP Version: 5.4.6 OS: n/a
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jille at hexon dot cx
New email:
PHP Version: OS:

 

 [2012-09-13 12:21 UTC] jille at hexon dot cx
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'

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [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
This package is unmaintained for more than 7 years, and no
maintainer has been found yet.  For the time being, I'm suspending
this ticket.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 10:01:28 2024 UTC