[svn:parrot] r41098 - trunk/ext/SQLite3
tene at svn.parrot.org
tene at svn.parrot.org
Mon Sep 7 05:39:03 UTC 2009
Author: tene
Date: Mon Sep 7 05:39:01 2009
New Revision: 41098
URL: https://trac.parrot.org/parrot/changeset/41098
Log:
[SQLite3]: Add a few needed functions. This should be moved to library/ eventually.
Modified:
trunk/ext/SQLite3/SQLite3.pir
Modified: trunk/ext/SQLite3/SQLite3.pir
==============================================================================
--- trunk/ext/SQLite3/SQLite3.pir Mon Sep 7 05:38:23 2009 (r41097)
+++ trunk/ext/SQLite3/SQLite3.pir Mon Sep 7 05:39:01 2009 (r41098)
@@ -61,6 +61,14 @@
push sqlite_funcs, 'ipitii'
push sqlite_funcs, 'column_name'
push sqlite_funcs, 'tpi'
+ push sqlite_funcs, 'column_count'
+ push sqlite_funcs, 'ip'
+ push sqlite_funcs, 'column_type'
+ push sqlite_funcs, 'ipi'
+ push sqlite_funcs, 'column_int'
+ push sqlite_funcs, 'ipi'
+ push sqlite_funcs, 'column_double'
+ push sqlite_funcs, 'lpi'
push sqlite_funcs, 'column_text'
push sqlite_funcs, 'tpi'
More information about the parrot-commits
mailing list