Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Scratch DB

by Fox (Pilgrim)
on Sep 30, 2011 at 14:33 UTC ( [id://928827]=note: print w/replies, xml ) Need Help??


in reply to Re: Scratch DB
in thread Scratch DB

You know, actually I started this script as a extension of DBD::File, the problem is that the SQL supported by SQL::Statement( used by DBD::File) is not as flexible as I'm used to, things like:

SELECT *, 'extra', 'columns' FROM table
or
select * from (select 1)
to name a few, aren't supported,
so I ended up using DBD::SQLite because you can be sure that it at least support the official syntax.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://928827]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found