prasad83
prasad83
Enable support to copy content that appears within verbatim tag ``` {% verbatim %} Content to be copied without {{parsing}} {% endverbatim %} ```
Browsers missing Array.includes API fail to persist data in localStorage. This is a fix to address it.
Allow only SELECT, SHOW, DESCRIBE ... SQL in read-only mode.
db.ColExist("colname") returns false on each run - but attempt to create leads to error and blocks. Session.DB -> intends to loadCollection into Database through the call Collections(&db) which is defined...
``` getAcceptedTypes() in us.monoid.web.XMLResource cannot override getAcceptedTypes() in us.monoid.web.AbstractResource; attempting to assign weaker access privileges; was protected ``` Match the function signature. ``` java protected String getAcceptedTypes() ```
* Added (Zebra_Session_Store) interface to allow application to implement for custom backend. * Zebra_Session_MySQLiStore implemented provided to out-of-box work with MySQLi (as it was earlier). ```Integration example class MyDataSessionStore implements...
I would like to know how to build the query like below that has conditions across tables. ``` SELECT TableA.ColA, TableB.ColB FROM TableA INNER JOIN TableB ON TableA.id=TableB.id WHERE (TableA.ColX...
Executing prepared statement with values fails if limit values are not binded as integer. To overcome this making the limit friendly without adding placeholder can be very useful.
Query of type (show create table) in MySQL returns result with column header having spaces (Create Table) This should be mapped to createTable prop using generousName transformation.
parser.addListener: end and error both trigger callback if there is trouble with xml. ``` javascript parser.addListener('end', function(jsonDOM) { if (jsonDOM) { //... if (callback) callback(null, output); } else { if...