reywechat 1.0.39__py3-none-any.whl → 1.0.40__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.
reywechat/rdb.py CHANGED
@@ -280,13 +280,11 @@ class WeChatDatabase(BaseWeChat):
280
280
  {
281
281
  'name': 'room_id',
282
282
  'type': 'varchar(31)',
283
- 'constraint': 'DEFAULT NULL',
284
283
  'comment': 'Message chat room ID, null for private chat.'
285
284
  },
286
285
  {
287
286
  'name': 'user_id',
288
287
  'type': 'varchar(24)',
289
- 'constraint': 'DEFAULT NULL',
290
288
  'comment': 'Message sender user ID, null for system message.'
291
289
  },
292
290
  {
@@ -317,7 +315,6 @@ class WeChatDatabase(BaseWeChat):
317
315
  {
318
316
  'name': 'file_id',
319
317
  'type': 'mediumint unsigned',
320
- 'constraint': 'DEFAULT NULL',
321
318
  'comment': 'Message file ID, from the file database.'
322
319
  }
323
320
  ],
@@ -364,7 +361,6 @@ class WeChatDatabase(BaseWeChat):
364
361
  {
365
362
  'name': 'plan_time',
366
363
  'type': 'datetime',
367
- 'constraint': 'DEFAULT NULL',
368
364
  'comment': 'Send plan time.'
369
365
  },
370
366
  {
@@ -417,7 +413,6 @@ class WeChatDatabase(BaseWeChat):
417
413
  {
418
414
  'name': 'file_id',
419
415
  'type': 'mediumint unsigned',
420
- 'constraint': 'DEFAULT NULL',
421
416
  'comment': 'Send file ID, from the file database.'
422
417
  }
423
418
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reywechat
3
- Version: 1.0.39
3
+ Version: 1.0.40
4
4
  Summary: WeChat method set.
5
5
  Project-URL: homepage, https://github.com/reyxbo/reywechat/
6
6
  Author-email: Rey <reyxbo@163.com>
@@ -3,7 +3,7 @@ reywechat/rall.py,sha256=zEW-mLL2uP8aT2_foCMFGmMi_3RCrGl8qutnSVkmY1E,397
3
3
  reywechat/rbase.py,sha256=0NunIUIXra2ML2N6odwMk5oENTE0r6VSBHWXUvgI-lc,1124
4
4
  reywechat/rcache.py,sha256=Hh_HE-t_KUMlrz4gEFPh1AjmhnrSgH520IFJPumWb7A,908
5
5
  reywechat/rclient.py,sha256=MEvQB3pHb5ORukKbKntalRtFcKIOP9BGtDsMt5ihQfM,22524
6
- reywechat/rdb.py,sha256=1l7BGx-WC_DdDDAJrI-EsHUbdLApaQWGrxqAyggYXIA,42187
6
+ reywechat/rdb.py,sha256=ETy7EZFDBK6nUmtJFNV6kSfSKMnMiLBO771RA89jVqY,41912
7
7
  reywechat/rlog.py,sha256=x4WFLNoeKqGjPVoI81ZZNEd9ctdYToSg5hEFuESmCQY,5254
8
8
  reywechat/rreceive.py,sha256=RkUwPsWz6k_Ua3ovrbXRMVajeNOJQqvpPXz_CvJyUPQ,35162
9
9
  reywechat/rschedule.py,sha256=bZEEZV3K4zrJvupe1Eq6kGR7kunbVq5dfGnqFKYF3JI,1857
@@ -11,7 +11,7 @@ reywechat/rsend.py,sha256=UmdKCOb1cPKEmBPHt9htjxB8fPyi5jW5pGwpRQIZdKA,13720
11
11
  reywechat/rtrigger.py,sha256=n8kUNovh62r7crlXrp33uaKvbILT-wcfvUqeyGt7YhM,4956
12
12
  reywechat/rwechat.py,sha256=xkHQUUXDEqq4Q_DHF6vc3Dd33A8oOCkKyJN7v7p2leM,4935
13
13
  reywechat/data/client_api.dll,sha256=H9uj-x9Ztg0jFZK0yY6NsnyH5_119dQRFfoVVMidxRs,592384
14
- reywechat-1.0.39.dist-info/METADATA,sha256=YpRoJrcy0zs50O7BQKnVt9ukABoVK2APC2akitEv5AA,1551
15
- reywechat-1.0.39.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
- reywechat-1.0.39.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
17
- reywechat-1.0.39.dist-info/RECORD,,
14
+ reywechat-1.0.40.dist-info/METADATA,sha256=5MJCWQ_8cNLimLjDz3zhGJvWaredMvtBtAFiJWF50ok,1551
15
+ reywechat-1.0.40.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
16
+ reywechat-1.0.40.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
17
+ reywechat-1.0.40.dist-info/RECORD,,