-
Notifications
You must be signed in to change notification settings - Fork 1
Design
alphaville edited this page Sep 14, 2010
·
2 revisions
This page is intended to be used an open forum for discussions between the developers.
- (alphaville) Are we going to incorporate the package core from yaqp-turbo into Decibell? It would be good to have some support for Processors in our new project.
- Write your answer here
- (alphaville) I created experimentally the class SQLQuery in org.kinkyDesign.decibell.db.util (haven’t pushed that yet). Do we need a method that modifies an existing query? For instance, given the query
INSERT INTO TABLE_A (A,B) VALUES (1, "abc")
provide a method yieldsINSERT INTO TABLE_A (A,B) VALUES (7, "xyz")
.- Write your answer here