|
From: <cre...@us...> - 2007-09-07 19:50:12
|
Revision: 1728
http://frontierkernel.svn.sourceforge.net/frontierkernel/?rev=1728&view=rev
Author: creecode
Date: 2007-09-07 12:50:15 -0700 (Fri, 07 Sep 2007)
Log Message:
-----------
added sqlite.setColumnBlob and sqlite.getLastInsertRowId verbs
Added Paths:
-----------
ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/getLastInsertRowId.fvc
ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/setColumnBlob.fvc
Added: ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/getLastInsertRowId.fvc
===================================================================
--- ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/getLastInsertRowId.fvc (rev 0)
+++ ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/getLastInsertRowId.fvc 2007-09-07 19:50:15 UTC (rev 1728)
@@ -0,0 +1,11 @@
+FrontierVcsFile:3:scpt:system.verbs.builtins.sqlite.getLastInsertRowId
+
+on getLastInsertRowId ( databaseId ) {
+
+ «Changes
+ «9/1/07; 1:46:14 PM by TAC
+ «created
+
+ kernel ( sqlite.getLastInsertRowId )}
+
+
Property changes on: ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/getLastInsertRowId.fvc
___________________________________________________________________
Name: svn:eol-style
+ native
Added: ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/setColumnBlob.fvc
===================================================================
--- ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/setColumnBlob.fvc (rev 0)
+++ ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/setColumnBlob.fvc 2007-09-07 19:50:15 UTC (rev 1728)
@@ -0,0 +1,11 @@
+FrontierVcsFile:3:scpt:system.verbs.builtins.sqlite.setColumnBlob
+
+on setColumnBlob ( queryId, columnNumber, binaryAddress ) {
+
+ «Changes
+ «9/7/07; 11:23:45 AM by TAC
+ «created
+
+ kernel ( sqlite.setColumnBlob )}
+
+
Property changes on: ODBs/trunk/frontierRoot/system/verbs/builtins/sqlite/setColumnBlob.fvc
___________________________________________________________________
Name: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|