midijohnny
midijohnny
Can sqlitebrowser handle parameterized SQL? Like: ``` SELECT a,b,c FROM table1 WHERE a=:param1 AND b=:param2 ``` If not: might be nice to include this - perhaps it could emulate the...
SQLite already has the option to create the [sqlar] table which is interoperable with known tools - including the SQLite CLI _.archive_ command (depending on compile options) and the [sqlar...
Does anybody have an example of how to apply styles to multiple sheets? Basically - I need the first row of every sheet (I don't necessarily know the names of...
See: https://github.com/eclipse/paho.mqtt.javascript/issues/101 The example code at the top of the JS library causes an error. This is due to the package name containing 'MQTT' - where the code doesn't use...