reydb 1.1.19__py3-none-any.whl → 1.1.20__py3-none-any.whl

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.
reydb/rbuild.py CHANGED
@@ -1065,7 +1065,7 @@ class DBBuild(BaseDatabase):
1065
1065
  """
1066
1066
 
1067
1067
  # Handle parameter.
1068
- database = database or []
1068
+ databases = databases or []
1069
1069
  tables = tables or []
1070
1070
  views = views or []
1071
1071
  views_stats = views_stats or []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reydb
3
- Version: 1.1.19
3
+ Version: 1.1.20
4
4
  Summary: Database method set.
5
5
  Project-URL: homepage, https://github.com/reyxbo/reydb/
6
6
  Author-email: Rey <reyxbo@163.com>
@@ -1,14 +1,14 @@
1
1
  reydb/__init__.py,sha256=UetBDQylwFTWiPMKF1ZPW45A6mwYWWSYneTesl4xKBY,474
2
2
  reydb/rall.py,sha256=i6-ph2cahhTTF17DjUYf6KX3DNxhEvy6iedlSeF4ibI,341
3
3
  reydb/rbase.py,sha256=HMhxr7_TyzAusrv5dcc1hf3PmxGWj7m63kKcr5Ikbf4,312
4
- reydb/rbuild.py,sha256=ILwn2CnNk2LOdrbFF2Ig0ucq2VMcZaIFbIwfBRGMu1s,32212
4
+ reydb/rbuild.py,sha256=hn6XUUk3vpIjh1p1HlNU46MMDggIGjTiBobhvq410yM,32214
5
5
  reydb/rconn.py,sha256=52k8MceNF6PjAUXIkC6NoDqjhAD_RM2_mueWbMMfoPE,6567
6
6
  reydb/rdb.py,sha256=Nf_odkhBt1TamCKtkOs3Mnf0Qvy7vs0vMQ9fRJKgafM,59423
7
7
  reydb/rexec.py,sha256=kc5xSfuEDFW9rcAeJj_x6JWPDSYnHZQXcfSBXFGIhL8,8893
8
8
  reydb/rfile.py,sha256=R4IhRWI_VuZIqXQeqKInwExH6u5hLPOElTusdASK5Ec,11644
9
9
  reydb/rinfo.py,sha256=NhcFhzp9gQ49EpAqcFYXcG-FMUXu3qii8WGoHxN6UcQ,14250
10
10
  reydb/rparam.py,sha256=EVSz_D4wyiaj5ZKxvdDcECmpbriOUNBBFCzz4bnV6dY,6838
11
- reydb-1.1.19.dist-info/METADATA,sha256=YL-1RsoCUvFWcmNaFpZaieQNGUFra-RlaSIZB8BNTAg,1550
12
- reydb-1.1.19.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
- reydb-1.1.19.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
14
- reydb-1.1.19.dist-info/RECORD,,
11
+ reydb-1.1.20.dist-info/METADATA,sha256=TMsZaYKfws0lU5fppAfyqd1vA49Ma4zRexs-SuGVAMk,1550
12
+ reydb-1.1.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
+ reydb-1.1.20.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
14
+ reydb-1.1.20.dist-info/RECORD,,
File without changes