zotero/chrome/chromeFiles/content/scholar/xpcom
2006-06-03 20:26:31 +00:00
..
data_access.js Reverting r111 change to bound parameters for Item.erase() (minus the exception fix) -- bound parameters/multiple statements/no can do 2006-06-02 21:11:14 +00:00
db.js Accept 'null':true as bound parameter type 2006-06-03 20:06:57 +00:00
ingester.js Fix issues with asynchronous scraping and XMLHttpRequest 2006-06-02 23:53:42 +00:00
notifier.js Use the Hash datatype in Notifier to store observers and improve debug output to display how many we have registered when trigger() is called 2006-06-03 20:26:31 +00:00
scholar.js New function Scholar.getRandomID( table, column [, max] ) for getting unique random keys in a DB table, because auto_increments make me feel dirty -- max is optional and defaults to 16383 (which should store in 2 bytes in SQLite), but increases automatically if a unique id can't be found after 10 tries 2006-06-03 20:23:19 +00:00