sql_tracer 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ed0699c73509aff1e11bfe3a533f1069d3868a8
4
- data.tar.gz: 16a64df5fce914b9854306fb0026422ed2638494
3
+ metadata.gz: 3b316c860b3b917157a84b642ef34d1afa325523
4
+ data.tar.gz: 3376ca8a91e4283ed52b2d2600647edbf4f01305
5
5
  SHA512:
6
- metadata.gz: f9afef3b122db1d202efc51b316757329c138245efa1571851c3518348fe808cb714555132fa7fa3b0df1f65bf87b1f17af60ce87849e02f5c310b6efa25c546
7
- data.tar.gz: 4cb10fde8516f9fc84527ca91e2e8d44bc66ad834a05888883825b5accc22b5d489d9e26751c1f616c258b868037b45041774340394ce5483883c0455b0acfc5
6
+ metadata.gz: b90d4d27c095b9ef7a7a5fd0ccb650c952f318735c8eed092bfcfc233bb51138e34ff7a04940167afcefd9a6a8547b1e74a74747267a185433f35a6a9be86470
7
+ data.tar.gz: 00675f1e61f415a5731414315453840f055591e30d234197d18a988ca540d1e3b07bd8396a3276f75666a51f9cd73e5466230c25ed911e6c270486f43d390f57
@@ -2,7 +2,7 @@ module SqlTracer
2
2
  module Config
3
3
  DEFAULTS = {
4
4
  SQL_TRACER_SKIP_LIB_PATH: true, # method call paths in /.rvm directory won't be output, default true
5
- SQL_TRACER_CONSOLE_OUTPUT_DISABLED: false, # sqls won't be output in back-end console if set to true, default false
5
+ SQL_TRACER_CONSOLE_OUTPUT_DISABLED: true, # sqls won't be output in back-end console if set to true
6
6
  SQL_TRACER_OUTPUT_SELECT_SQL_ENABLED: false, # output select type sql. By default, only (insert|update|delete) sql will be output
7
7
  # sql which contains any element of this array won't be output
8
8
  SQL_TRACER_SQL_FILTER: [],
@@ -1,3 +1,3 @@
1
1
  module SqlTracer
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sql_tracer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - zhangqibupt