Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003997 [Quercus] feature always 04-14-10 17:57 01-04-13 16:55
Reporter emil View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.6
Summary 0003997: sqlite support
Description (req by Janos)
Additional Information
Attached Files

- Relationships

- Notes
(0006142)
nam
01-04-13 16:55

php/4j0[0-2]

Fixed for 4.0.34. Tested with sqlite-jdbc-3.7.2.jar.

<?php

$pdo = new PDO("sqlite:test.db");
$stmt = $pdo->prepare("SELECT 1");

var_dump($stmt->execute());
var_dump($stmt->fetchAll());

?>

To change drivers from the default "org.sqlite.JDBC", add the following to your php.ini:

quercus.jdbc_drivers["sqlite"] = org.sqlite.JDBC
 

- Issue History
Date Modified Username Field Change
04-14-10 17:57 emil New Issue
01-04-13 16:47 nam Status new => assigned
01-04-13 16:47 nam Assigned To  => nam
01-04-13 16:55 nam Status assigned => closed
01-04-13 16:55 nam Note Added: 0006142
01-04-13 16:55 nam Resolution open => fixed
01-04-13 16:55 nam Fixed in Version  => 4.0.34


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker