From bc18f42f81e92968b14d87e6eb9efea093cd5ae5 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 27 Jun 2006 14:14:40 +0000 Subject: [PATCH] Fix issue with null values passed natively to DB query statements as bound statements --- chrome/chromeFiles/content/scholar/xpcom/db.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/chrome/chromeFiles/content/scholar/xpcom/db.js b/chrome/chromeFiles/content/scholar/xpcom/db.js index b47b630b4..8f7271455 100644 --- a/chrome/chromeFiles/content/scholar/xpcom/db.js +++ b/chrome/chromeFiles/content/scholar/xpcom/db.js @@ -171,17 +171,17 @@ Scholar.DB = new function(){ if (statement && params){ for (var i=0; i