{dbupdate}
Settings
Setting Name Type Description autoaddfields yes/no If yes
m when you pass a field name that does not exist in the table, a field will automatically be created. If no
, an error will be shown when the field does not exist. General Data Blaze Setting _ query The BSQL query to run. (Syntax Docs) space Space ID The ID of the space you want to run the query on. completed function Function called when the request completes. The function takes the results of the request and returns a string. If the returned string is not blank (""), creates a browser notification with that message. General Command Settings trim yes/no/left/right If yes
whitespace is removed before and after the command. If left
, only whitespace to the left is removed. If right
, only whitespace to the right is removed.
Setting Name | Type | Description |
---|---|---|
autoaddfields | yes/no | If yes m when you pass a field name that does not exist in the table, a field will automatically be created. If no , an error will be shown when the field does not exist. |
General Data Blaze Setting | ||
_ | query | The BSQL query to run. (Syntax Docs) |
space | Space ID | The ID of the space you want to run the query on. |
completed | function | Function called when the request completes. The function takes the results of the request and returns a string. If the returned string is not blank (""), creates a browser notification with that message. |
General Command Settings | ||
trim | yes/no/left/right | If yes whitespace is removed before and after the command. If left , only whitespace to the left is removed. If right , only whitespace to the right is removed. |
Learn more about Data Blaze here.
Learn more about Update queries here.