mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
added a note on sqlite_prefer_numeric_type
This commit is contained in:
parent
61e1616c61
commit
eb0ca0a851
1 changed files with 4 additions and 0 deletions
|
@ -1549,6 +1549,10 @@ users because SQLite uses dynamic type system (that means,
|
||||||
the datatype of a value is associated with the value itself, not
|
the datatype of a value is associated with the value itself, not
|
||||||
with its container).
|
with its container).
|
||||||
|
|
||||||
|
As of version 1.61_02, if you set C<sqlite_prefer_numeric_type>
|
||||||
|
database handle attribute to true, C<TYPE> statement handle
|
||||||
|
attribute returns an array of integer, as an experiment.
|
||||||
|
|
||||||
=head2 Performance
|
=head2 Performance
|
||||||
|
|
||||||
SQLite is fast, very fast. Matt processed his 72MB log file with it,
|
SQLite is fast, very fast. Matt processed his 72MB log file with it,
|
||||||
|
|
Loading…
Add table
Reference in a new issue