Skip to content

Commit

Permalink
0001064: Add interactive command line sql tool. dbsql
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 29, 2013
1 parent 6f968e8 commit 3335e60
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -120,4 +120,6 @@ DbFill.Option.cascade=Include foreign key dependent tables not included in the t
DbFill.Option.ignore=One or more prefixes to identify tables to ignore. This argument only works when no table names are provided. (e.g., "sym_,sys_")
DbFill.Option.interval=The time to wait in milliseconds between each change made to the database.
DbFill.Option.weights=By default, an insert is performed for each count ('1,0,0'). To randomly select between an insert, update or delete on each table, weight can be applied so inserts can occur more than deletes. To make sure inserts happen twice as much as updates, and deletes are never performed use '2,1,0'.
DbFill.Option.continue=Ignore ANY errors and continue to modify the database.
DbFill.Option.continue=Ignore ANY errors and continue to modify the database.

DbSql.Option.sql=Run this sql statement in the shell

0 comments on commit 3335e60

Please sign in to comment.