mysqlengine 1.0.0__cp313-cp313-win_amd64.whl → 1.0.1__cp313-cp313-win_amd64.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.

Potentially problematic release.


This version of mysqlengine might be problematic. Click here for more details.

mysqlengine/table.c CHANGED
@@ -11,7 +11,7 @@
11
11
  ],
12
12
  "depends": [],
13
13
  "include_dirs": [
14
- "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-phlozizj\\overlay\\Lib\\site-packages\\numpy\\_core\\include"
14
+ "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-build-env-3vm7qw7m\\overlay\\Lib\\site-packages\\numpy\\_core\\include"
15
15
  ],
16
16
  "name": "mysqlengine.table",
17
17
  "sources": [
@@ -1646,6 +1646,7 @@ struct __pyx_obj_8sqlcycli_10connection_SSDfCursor;
1646
1646
  struct __pyx_obj_8sqlcycli_10connection_CursorManager;
1647
1647
  struct __pyx_obj_8sqlcycli_10connection_TransactionManager;
1648
1648
  struct __pyx_obj_8sqlcycli_10connection_BaseConnection;
1649
+ struct __pyx_obj_8sqlcycli_10connection_Connection;
1649
1650
  struct __pyx_obj_8sqlcycli_3aio_10connection_MysqlResult;
1650
1651
  struct __pyx_obj_8sqlcycli_3aio_10connection_Cursor;
1651
1652
  struct __pyx_obj_8sqlcycli_3aio_10connection_DictCursor;
@@ -1656,6 +1657,7 @@ struct __pyx_obj_8sqlcycli_3aio_10connection_SSDfCursor;
1656
1657
  struct __pyx_obj_8sqlcycli_3aio_10connection_CursorManager;
1657
1658
  struct __pyx_obj_8sqlcycli_3aio_10connection_TransactionManager;
1658
1659
  struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection;
1660
+ struct __pyx_obj_8sqlcycli_3aio_10connection_Connection;
1659
1661
  struct __pyx_obj_8sqlcycli_3aio_4pool_PoolConnection;
1660
1662
  struct __pyx_obj_8sqlcycli_3aio_4pool_PoolSyncConnection;
1661
1663
  struct __pyx_obj_8sqlcycli_3aio_4pool_PoolConnectionManager;
@@ -2367,7 +2369,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_6Cursor_scroll {
2367
2369
  PyObject *mode;
2368
2370
  };
2369
2371
 
2370
- /* "connection.pxd":193
2372
+ /* "connection.pxd":194
2371
2373
  * cdef inline bint _setup_internal(self) except -1
2372
2374
  * # Cursor
2373
2375
  * cpdef Cursor cursor(self, object cursor=?) # <<<<<<<<<<<<<<
@@ -2379,7 +2381,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_cursor {
2379
2381
  PyObject *cursor;
2380
2382
  };
2381
2383
 
2382
- /* "connection.pxd":194
2384
+ /* "connection.pxd":195
2383
2385
  * # Cursor
2384
2386
  * cpdef Cursor cursor(self, object cursor=?)
2385
2387
  * cpdef TransactionManager transaction(self, object cursor=?) # <<<<<<<<<<<<<<
@@ -2391,7 +2393,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_transaction {
2391
2393
  PyObject *cursor;
2392
2394
  };
2393
2395
 
2394
- /* "connection.pxd":197
2396
+ /* "connection.pxd":198
2395
2397
  * cdef inline type _validate_cursor(self, object cursor)
2396
2398
  * # Query
2397
2399
  * cpdef unsigned long long query(self, str sql, bint unbuffered=?) # <<<<<<<<<<<<<<
@@ -2403,7 +2405,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_query {
2403
2405
  int unbuffered;
2404
2406
  };
2405
2407
 
2406
- /* "connection.pxd":207
2408
+ /* "connection.pxd":208
2407
2409
  * cpdef tuple show_warnings(self)
2408
2410
  * cpdef bint select_database(self, str db) except -1
2409
2411
  * cpdef object escape_args(self, object args, bint many=?, bint itemize=?) # <<<<<<<<<<<<<<
@@ -2416,7 +2418,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_escape_args {
2416
2418
  int itemize;
2417
2419
  };
2418
2420
 
2419
- /* "connection.pxd":210
2421
+ /* "connection.pxd":211
2420
2422
  * cpdef bytes encode_sql(self, str sql)
2421
2423
  * # . client
2422
2424
  * cpdef bint set_charset(self, str charset, object collation=?) except -1 # <<<<<<<<<<<<<<
@@ -2428,7 +2430,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_set_charset {
2428
2430
  PyObject *collation;
2429
2431
  };
2430
2432
 
2431
- /* "connection.pxd":247
2433
+ /* "connection.pxd":248
2432
2434
  * cpdef bint closed(self) except -1
2433
2435
  * cpdef bint kill(self, int thread_id) except -1
2434
2436
  * cpdef bint ping(self, bint reconnect=?) except -1 # <<<<<<<<<<<<<<
@@ -2440,7 +2442,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_ping {
2440
2442
  int reconnect;
2441
2443
  };
2442
2444
 
2443
- /* "connection.pxd":261
2445
+ /* "connection.pxd":262
2444
2446
  * cdef inline bint _set_use_time(self) except -1
2445
2447
  * # Read
2446
2448
  * cpdef unsigned long long next_result(self, bint unbuffered=?) # <<<<<<<<<<<<<<
@@ -2470,7 +2472,7 @@ struct __pyx_opt_args_8sqlcycli_3aio_10connection_6Cursor_mogrify {
2470
2472
  int itemize;
2471
2473
  };
2472
2474
 
2473
- /* "connection.pxd":170
2475
+ /* "connection.pxd":171
2474
2476
  * cdef inline bint _setup_internal(self) except -1
2475
2477
  * # Cursor
2476
2478
  * cpdef CursorManager cursor(self, object cursor=?) # <<<<<<<<<<<<<<
@@ -2482,7 +2484,7 @@ struct __pyx_opt_args_8sqlcycli_3aio_10connection_14BaseConnection_cursor {
2482
2484
  PyObject *cursor;
2483
2485
  };
2484
2486
 
2485
- /* "connection.pxd":171
2487
+ /* "connection.pxd":172
2486
2488
  * # Cursor
2487
2489
  * cpdef CursorManager cursor(self, object cursor=?)
2488
2490
  * cpdef TransactionManager transaction(self, object cursor=?) # <<<<<<<<<<<<<<
@@ -2494,7 +2496,7 @@ struct __pyx_opt_args_8sqlcycli_3aio_10connection_14BaseConnection_transaction {
2494
2496
  PyObject *cursor;
2495
2497
  };
2496
2498
 
2497
- /* "connection.pxd":174
2499
+ /* "connection.pxd":175
2498
2500
  * cdef inline type _validate_cursor(self, object cursor)
2499
2501
  * # Query
2500
2502
  * cpdef object escape_args(self, object args, bint many=?, bint itemize=?) # <<<<<<<<<<<<<<
@@ -4477,10 +4479,11 @@ struct __pyx_obj_8sqlcycli_7charset_Charset {
4477
4479
  PyObject *_encoding;
4478
4480
  char *_encoding_c;
4479
4481
  int _is_default;
4482
+ Py_ssize_t _hashcode;
4480
4483
  };
4481
4484
 
4482
4485
 
4483
- /* "sqlcycli/charset.pxd":15
4486
+ /* "sqlcycli/charset.pxd":16
4484
4487
  * cpdef bint is_binary(self)
4485
4488
  *
4486
4489
  * cdef class Charsets: # <<<<<<<<<<<<<<
@@ -4502,11 +4505,12 @@ struct __pyx_obj_8sqlcycli_7charset_Charsets {
4502
4505
  * # Auth Plugin
4503
4506
  * cdef class AuthPlugin: # <<<<<<<<<<<<<<
4504
4507
  * cdef:
4505
- * object _mysql_native_password
4508
+ * # . plugins registry
4506
4509
  */
4507
4510
  struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin {
4508
4511
  PyObject_HEAD
4509
4512
  struct __pyx_vtabstruct_8sqlcycli_5_auth_AuthPlugin *__pyx_vtab;
4513
+ PyObject *_plugins;
4510
4514
  PyObject *_mysql_native_password;
4511
4515
  PyObject *_caching_sha2_password;
4512
4516
  PyObject *_sha256_password;
@@ -4514,7 +4518,6 @@ struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin {
4514
4518
  PyObject *_mysql_old_password;
4515
4519
  PyObject *_mysql_clear_password;
4516
4520
  PyObject *_dialog;
4517
- PyObject *_plugins;
4518
4521
  };
4519
4522
 
4520
4523
 
@@ -4683,7 +4686,7 @@ struct __pyx_obj_8sqlcycli_10connection_SSDfCursor {
4683
4686
 
4684
4687
  /* "connection.pxd":104
4685
4688
  *
4686
- * # Connection
4689
+ * # Cursor Manager
4687
4690
  * cdef class CursorManager: # <<<<<<<<<<<<<<
4688
4691
  * cdef:
4689
4692
  * BaseConnection _conn
@@ -4710,9 +4713,9 @@ struct __pyx_obj_8sqlcycli_10connection_TransactionManager {
4710
4713
  };
4711
4714
 
4712
4715
 
4713
- /* "connection.pxd":116
4714
- * pass
4716
+ /* "connection.pxd":117
4715
4717
  *
4718
+ * # Connection
4716
4719
  * cdef class BaseConnection: # <<<<<<<<<<<<<<
4717
4720
  * cdef:
4718
4721
  * # Basic
@@ -4780,6 +4783,17 @@ struct __pyx_obj_8sqlcycli_10connection_BaseConnection {
4780
4783
  };
4781
4784
 
4782
4785
 
4786
+ /* "connection.pxd":270
4787
+ * cdef inline bytes _read_bytes(self, unsigned int size)
4788
+ *
4789
+ * cdef class Connection(BaseConnection): # <<<<<<<<<<<<<<
4790
+ * pass
4791
+ */
4792
+ struct __pyx_obj_8sqlcycli_10connection_Connection {
4793
+ struct __pyx_obj_8sqlcycli_10connection_BaseConnection __pyx_base;
4794
+ };
4795
+
4796
+
4783
4797
  /* "connection.pxd":7
4784
4798
  *
4785
4799
  * # Result
@@ -4895,7 +4909,7 @@ struct __pyx_obj_8sqlcycli_3aio_10connection_SSDfCursor {
4895
4909
 
4896
4910
  /* "connection.pxd":81
4897
4911
  *
4898
- * # Connection
4912
+ * # Cursor Manager
4899
4913
  * cdef class CursorManager: # <<<<<<<<<<<<<<
4900
4914
  * cdef:
4901
4915
  * BaseConnection _conn
@@ -4921,9 +4935,9 @@ struct __pyx_obj_8sqlcycli_3aio_10connection_TransactionManager {
4921
4935
  };
4922
4936
 
4923
4937
 
4924
- /* "connection.pxd":91
4925
- * pass
4938
+ /* "connection.pxd":92
4926
4939
  *
4940
+ * # Connection
4927
4941
  * cdef class BaseConnection: # <<<<<<<<<<<<<<
4928
4942
  * cdef:
4929
4943
  * # Basic
@@ -4992,6 +5006,17 @@ struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection {
4992
5006
  };
4993
5007
 
4994
5008
 
5009
+ /* "connection.pxd":201
5010
+ * cdef inline bint _set_use_time(self) except -1
5011
+ *
5012
+ * cdef class Connection(BaseConnection): # <<<<<<<<<<<<<<
5013
+ * pass
5014
+ */
5015
+ struct __pyx_obj_8sqlcycli_3aio_10connection_Connection {
5016
+ struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection __pyx_base;
5017
+ };
5018
+
5019
+
4995
5020
  /* "sqlcycli/aio/pool.pxd":12
4996
5021
  *
4997
5022
  * # Connection
@@ -7262,7 +7287,7 @@ struct __pyx_vtabstruct_8sqlcycli_7charset_Charset {
7262
7287
  static struct __pyx_vtabstruct_8sqlcycli_7charset_Charset *__pyx_vtabptr_8sqlcycli_7charset_Charset;
7263
7288
 
7264
7289
 
7265
- /* "sqlcycli/charset.pxd":15
7290
+ /* "sqlcycli/charset.pxd":16
7266
7291
  * cpdef bint is_binary(self)
7267
7292
  *
7268
7293
  * cdef class Charsets: # <<<<<<<<<<<<<<
@@ -7272,10 +7297,10 @@ static struct __pyx_vtabstruct_8sqlcycli_7charset_Charset *__pyx_vtabptr_8sqlcyc
7272
7297
 
7273
7298
  struct __pyx_vtabstruct_8sqlcycli_7charset_Charsets {
7274
7299
  int (*add)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *, int __pyx_skip_dispatch);
7275
- int (*_add_by_id)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
7276
- int (*_add_by_name)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
7277
- int (*_add_by_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
7278
- int (*_add_by_name_n_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
7300
+ int (*_index_by_id)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
7301
+ int (*_index_by_name)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
7302
+ int (*_index_by_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
7303
+ int (*_index_by_name_n_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
7279
7304
  PyObject *(*_gen_charset_n_collate_key)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, PyObject *, PyObject *);
7280
7305
  struct __pyx_obj_8sqlcycli_7charset_Charset *(*by_id)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, PyObject *, int __pyx_skip_dispatch);
7281
7306
  struct __pyx_obj_8sqlcycli_7charset_Charset *(*by_name)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, PyObject *, int __pyx_skip_dispatch);
@@ -7290,11 +7315,14 @@ static struct __pyx_vtabstruct_8sqlcycli_7charset_Charsets *__pyx_vtabptr_8sqlcy
7290
7315
  * # Auth Plugin
7291
7316
  * cdef class AuthPlugin: # <<<<<<<<<<<<<<
7292
7317
  * cdef:
7293
- * object _mysql_native_password
7318
+ * # . plugins registry
7294
7319
  */
7295
7320
 
7296
7321
  struct __pyx_vtabstruct_8sqlcycli_5_auth_AuthPlugin {
7297
7322
  PyObject *(*get)(struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin *, PyObject *, int __pyx_skip_dispatch);
7323
+ int (*set)(struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin *, PyObject *, PyObject *, int __pyx_skip_dispatch);
7324
+ PyObject *(*_validete_plugin_name)(struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin *, PyObject *);
7325
+ PyObject *(*_validate_plugin_handler)(struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin *, PyObject *, PyObject *);
7298
7326
  };
7299
7327
  static struct __pyx_vtabstruct_8sqlcycli_5_auth_AuthPlugin *__pyx_vtabptr_8sqlcycli_5_auth_AuthPlugin;
7300
7328
 
@@ -7490,7 +7518,7 @@ static struct __pyx_vtabstruct_8sqlcycli_10connection_SSDfCursor *__pyx_vtabptr_
7490
7518
 
7491
7519
  /* "connection.pxd":104
7492
7520
  *
7493
- * # Connection
7521
+ * # Cursor Manager
7494
7522
  * cdef class CursorManager: # <<<<<<<<<<<<<<
7495
7523
  * cdef:
7496
7524
  * BaseConnection _conn
@@ -7517,9 +7545,9 @@ struct __pyx_vtabstruct_8sqlcycli_10connection_TransactionManager {
7517
7545
  static struct __pyx_vtabstruct_8sqlcycli_10connection_TransactionManager *__pyx_vtabptr_8sqlcycli_10connection_TransactionManager;
7518
7546
 
7519
7547
 
7520
- /* "connection.pxd":116
7521
- * pass
7548
+ /* "connection.pxd":117
7522
7549
  *
7550
+ * # Connection
7523
7551
  * cdef class BaseConnection: # <<<<<<<<<<<<<<
7524
7552
  * cdef:
7525
7553
  * # Basic
@@ -7600,6 +7628,19 @@ struct __pyx_vtabstruct_8sqlcycli_10connection_BaseConnection {
7600
7628
  static struct __pyx_vtabstruct_8sqlcycli_10connection_BaseConnection *__pyx_vtabptr_8sqlcycli_10connection_BaseConnection;
7601
7629
 
7602
7630
 
7631
+ /* "connection.pxd":270
7632
+ * cdef inline bytes _read_bytes(self, unsigned int size)
7633
+ *
7634
+ * cdef class Connection(BaseConnection): # <<<<<<<<<<<<<<
7635
+ * pass
7636
+ */
7637
+
7638
+ struct __pyx_vtabstruct_8sqlcycli_10connection_Connection {
7639
+ struct __pyx_vtabstruct_8sqlcycli_10connection_BaseConnection __pyx_base;
7640
+ };
7641
+ static struct __pyx_vtabstruct_8sqlcycli_10connection_Connection *__pyx_vtabptr_8sqlcycli_10connection_Connection;
7642
+
7643
+
7603
7644
  /* "connection.pxd":7
7604
7645
  *
7605
7646
  * # Result
@@ -7711,9 +7752,9 @@ struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_SSDfCursor {
7711
7752
  static struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_SSDfCursor *__pyx_vtabptr_8sqlcycli_3aio_10connection_SSDfCursor;
7712
7753
 
7713
7754
 
7714
- /* "connection.pxd":91
7715
- * pass
7755
+ /* "connection.pxd":92
7716
7756
  *
7757
+ * # Connection
7717
7758
  * cdef class BaseConnection: # <<<<<<<<<<<<<<
7718
7759
  * cdef:
7719
7760
  * # Basic
@@ -7750,6 +7791,19 @@ struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_BaseConnection {
7750
7791
  static struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_BaseConnection *__pyx_vtabptr_8sqlcycli_3aio_10connection_BaseConnection;
7751
7792
 
7752
7793
 
7794
+ /* "connection.pxd":201
7795
+ * cdef inline bint _set_use_time(self) except -1
7796
+ *
7797
+ * cdef class Connection(BaseConnection): # <<<<<<<<<<<<<<
7798
+ * pass
7799
+ */
7800
+
7801
+ struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_Connection {
7802
+ struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_BaseConnection __pyx_base;
7803
+ };
7804
+ static struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_Connection *__pyx_vtabptr_8sqlcycli_3aio_10connection_Connection;
7805
+
7806
+
7753
7807
  /* "sqlcycli/aio/pool.pxd":12
7754
7808
  *
7755
7809
  * # Connection
@@ -7836,10 +7890,10 @@ struct __pyx_vtabstruct_8sqlcycli_3aio_4pool_Pool {
7836
7890
  PyObject *(*release)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, PyObject *, int __pyx_skip_dispatch);
7837
7891
  struct __pyx_obj_8sqlcycli_3aio_4pool_PoolSyncConnection *(*_acquire_sync_conn)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *);
7838
7892
  int (*_release_sync_conn)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, struct __pyx_obj_8sqlcycli_3aio_4pool_PoolSyncConnection *);
7893
+ int (*_close_sync_conn)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *);
7839
7894
  PyObject *(*close)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, int __pyx_skip_dispatch);
7840
7895
  int (*terminate)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, int __pyx_skip_dispatch);
7841
7896
  int (*closed)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, int __pyx_skip_dispatch);
7842
- int (*_close_sync_conn)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *);
7843
7897
  int (*_verify_open)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *);
7844
7898
  PyObject *(*escape_args)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, PyObject *, int __pyx_skip_dispatch, struct __pyx_opt_args_8sqlcycli_3aio_4pool_4Pool_escape_args *__pyx_optional_args);
7845
7899
  };
@@ -11759,6 +11813,7 @@ typedef struct {
11759
11813
  PyTypeObject *__pyx_ptype_8sqlcycli_10connection_CursorManager;
11760
11814
  PyTypeObject *__pyx_ptype_8sqlcycli_10connection_TransactionManager;
11761
11815
  PyTypeObject *__pyx_ptype_8sqlcycli_10connection_BaseConnection;
11816
+ PyTypeObject *__pyx_ptype_8sqlcycli_10connection_Connection;
11762
11817
  #if CYTHON_USE_MODULE_STATE
11763
11818
  #endif
11764
11819
  #if CYTHON_USE_MODULE_STATE
@@ -11773,6 +11828,7 @@ typedef struct {
11773
11828
  PyTypeObject *__pyx_ptype_8sqlcycli_3aio_10connection_CursorManager;
11774
11829
  PyTypeObject *__pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager;
11775
11830
  PyTypeObject *__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection;
11831
+ PyTypeObject *__pyx_ptype_8sqlcycli_3aio_10connection_Connection;
11776
11832
  #if CYTHON_USE_MODULE_STATE
11777
11833
  #endif
11778
11834
  PyTypeObject *__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection;
@@ -13004,6 +13060,7 @@ static int __pyx_m_clear(PyObject *m) {
13004
13060
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_10connection_CursorManager);
13005
13061
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_10connection_TransactionManager);
13006
13062
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_10connection_BaseConnection);
13063
+ Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_10connection_Connection);
13007
13064
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_MysqlResult);
13008
13065
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_Cursor);
13009
13066
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_DictCursor);
@@ -13014,6 +13071,7 @@ static int __pyx_m_clear(PyObject *m) {
13014
13071
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_CursorManager);
13015
13072
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager);
13016
13073
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection);
13074
+ Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_Connection);
13017
13075
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection);
13018
13076
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolSyncConnection);
13019
13077
  Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnectionManager);
@@ -14193,6 +14251,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
14193
14251
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_10connection_CursorManager);
14194
14252
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_10connection_TransactionManager);
14195
14253
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_10connection_BaseConnection);
14254
+ Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_10connection_Connection);
14196
14255
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_MysqlResult);
14197
14256
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_Cursor);
14198
14257
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_DictCursor);
@@ -14203,6 +14262,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
14203
14262
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_CursorManager);
14204
14263
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager);
14205
14264
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection);
14265
+ Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_Connection);
14206
14266
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection);
14207
14267
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolSyncConnection);
14208
14268
  Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnectionManager);
@@ -15492,6 +15552,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
15492
15552
  #define __pyx_ptype_8sqlcycli_10connection_CursorManager __pyx_mstate_global->__pyx_ptype_8sqlcycli_10connection_CursorManager
15493
15553
  #define __pyx_ptype_8sqlcycli_10connection_TransactionManager __pyx_mstate_global->__pyx_ptype_8sqlcycli_10connection_TransactionManager
15494
15554
  #define __pyx_ptype_8sqlcycli_10connection_BaseConnection __pyx_mstate_global->__pyx_ptype_8sqlcycli_10connection_BaseConnection
15555
+ #define __pyx_ptype_8sqlcycli_10connection_Connection __pyx_mstate_global->__pyx_ptype_8sqlcycli_10connection_Connection
15495
15556
  #if CYTHON_USE_MODULE_STATE
15496
15557
  #endif
15497
15558
  #if CYTHON_USE_MODULE_STATE
@@ -15506,6 +15567,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
15506
15567
  #define __pyx_ptype_8sqlcycli_3aio_10connection_CursorManager __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_10connection_CursorManager
15507
15568
  #define __pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager
15508
15569
  #define __pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection
15570
+ #define __pyx_ptype_8sqlcycli_3aio_10connection_Connection __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_10connection_Connection
15509
15571
  #if CYTHON_USE_MODULE_STATE
15510
15572
  #endif
15511
15573
  #define __pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection
@@ -116185,8 +116247,8 @@ static int __Pyx_modinit_type_import_code(void) {
116185
116247
  __Pyx_GOTREF(__pyx_t_1);
116186
116248
  __pyx_ptype_8sqlcycli_7charset_Charset = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.charset", "Charset", sizeof(struct __pyx_obj_8sqlcycli_7charset_Charset), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_7charset_Charset),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_7charset_Charset) __PYX_ERR(10, 4, __pyx_L1_error)
116187
116249
  __pyx_vtabptr_8sqlcycli_7charset_Charset = (struct __pyx_vtabstruct_8sqlcycli_7charset_Charset*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_7charset_Charset); if (unlikely(!__pyx_vtabptr_8sqlcycli_7charset_Charset)) __PYX_ERR(10, 4, __pyx_L1_error)
116188
- __pyx_ptype_8sqlcycli_7charset_Charsets = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.charset", "Charsets", sizeof(struct __pyx_obj_8sqlcycli_7charset_Charsets), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_7charset_Charsets),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_7charset_Charsets) __PYX_ERR(10, 15, __pyx_L1_error)
116189
- __pyx_vtabptr_8sqlcycli_7charset_Charsets = (struct __pyx_vtabstruct_8sqlcycli_7charset_Charsets*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_7charset_Charsets); if (unlikely(!__pyx_vtabptr_8sqlcycli_7charset_Charsets)) __PYX_ERR(10, 15, __pyx_L1_error)
116250
+ __pyx_ptype_8sqlcycli_7charset_Charsets = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.charset", "Charsets", sizeof(struct __pyx_obj_8sqlcycli_7charset_Charsets), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_7charset_Charsets),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_7charset_Charsets) __PYX_ERR(10, 16, __pyx_L1_error)
116251
+ __pyx_vtabptr_8sqlcycli_7charset_Charsets = (struct __pyx_vtabstruct_8sqlcycli_7charset_Charsets*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_7charset_Charsets); if (unlikely(!__pyx_vtabptr_8sqlcycli_7charset_Charsets)) __PYX_ERR(10, 16, __pyx_L1_error)
116190
116252
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
116191
116253
  __pyx_t_1 = PyImport_ImportModule("sqlcycli._auth"); if (unlikely(!__pyx_t_1)) __PYX_ERR(11, 10, __pyx_L1_error)
116192
116254
  __Pyx_GOTREF(__pyx_t_1);
@@ -116220,8 +116282,10 @@ static int __Pyx_modinit_type_import_code(void) {
116220
116282
  __pyx_vtabptr_8sqlcycli_10connection_CursorManager = (struct __pyx_vtabstruct_8sqlcycli_10connection_CursorManager*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_10connection_CursorManager); if (unlikely(!__pyx_vtabptr_8sqlcycli_10connection_CursorManager)) __PYX_ERR(13, 104, __pyx_L1_error)
116221
116283
  __pyx_ptype_8sqlcycli_10connection_TransactionManager = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.connection", "TransactionManager", sizeof(struct __pyx_obj_8sqlcycli_10connection_TransactionManager), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_10connection_TransactionManager),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_10connection_TransactionManager) __PYX_ERR(13, 113, __pyx_L1_error)
116222
116284
  __pyx_vtabptr_8sqlcycli_10connection_TransactionManager = (struct __pyx_vtabstruct_8sqlcycli_10connection_TransactionManager*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_10connection_TransactionManager); if (unlikely(!__pyx_vtabptr_8sqlcycli_10connection_TransactionManager)) __PYX_ERR(13, 113, __pyx_L1_error)
116223
- __pyx_ptype_8sqlcycli_10connection_BaseConnection = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.connection", "BaseConnection", sizeof(struct __pyx_obj_8sqlcycli_10connection_BaseConnection), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_10connection_BaseConnection),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_10connection_BaseConnection) __PYX_ERR(13, 116, __pyx_L1_error)
116224
- __pyx_vtabptr_8sqlcycli_10connection_BaseConnection = (struct __pyx_vtabstruct_8sqlcycli_10connection_BaseConnection*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_10connection_BaseConnection); if (unlikely(!__pyx_vtabptr_8sqlcycli_10connection_BaseConnection)) __PYX_ERR(13, 116, __pyx_L1_error)
116285
+ __pyx_ptype_8sqlcycli_10connection_BaseConnection = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.connection", "BaseConnection", sizeof(struct __pyx_obj_8sqlcycli_10connection_BaseConnection), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_10connection_BaseConnection),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_10connection_BaseConnection) __PYX_ERR(13, 117, __pyx_L1_error)
116286
+ __pyx_vtabptr_8sqlcycli_10connection_BaseConnection = (struct __pyx_vtabstruct_8sqlcycli_10connection_BaseConnection*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_10connection_BaseConnection); if (unlikely(!__pyx_vtabptr_8sqlcycli_10connection_BaseConnection)) __PYX_ERR(13, 117, __pyx_L1_error)
116287
+ __pyx_ptype_8sqlcycli_10connection_Connection = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.connection", "Connection", sizeof(struct __pyx_obj_8sqlcycli_10connection_Connection), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_10connection_Connection),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_10connection_Connection) __PYX_ERR(13, 270, __pyx_L1_error)
116288
+ __pyx_vtabptr_8sqlcycli_10connection_Connection = (struct __pyx_vtabstruct_8sqlcycli_10connection_Connection*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_10connection_Connection); if (unlikely(!__pyx_vtabptr_8sqlcycli_10connection_Connection)) __PYX_ERR(13, 270, __pyx_L1_error)
116225
116289
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
116226
116290
  __pyx_t_1 = PyImport_ImportModule("sqlcycli.aio.connection"); if (unlikely(!__pyx_t_1)) __PYX_ERR(14, 7, __pyx_L1_error)
116227
116291
  __Pyx_GOTREF(__pyx_t_1);
@@ -116241,8 +116305,10 @@ static int __Pyx_modinit_type_import_code(void) {
116241
116305
  __pyx_vtabptr_8sqlcycli_3aio_10connection_SSDfCursor = (struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_SSDfCursor*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_3aio_10connection_SSDfCursor); if (unlikely(!__pyx_vtabptr_8sqlcycli_3aio_10connection_SSDfCursor)) __PYX_ERR(14, 77, __pyx_L1_error)
116242
116306
  __pyx_ptype_8sqlcycli_3aio_10connection_CursorManager = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.aio.connection", "CursorManager", sizeof(struct __pyx_obj_8sqlcycli_3aio_10connection_CursorManager), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_3aio_10connection_CursorManager),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_3aio_10connection_CursorManager) __PYX_ERR(14, 81, __pyx_L1_error)
116243
116307
  __pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.aio.connection", "TransactionManager", sizeof(struct __pyx_obj_8sqlcycli_3aio_10connection_TransactionManager), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_3aio_10connection_TransactionManager),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager) __PYX_ERR(14, 88, __pyx_L1_error)
116244
- __pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.aio.connection", "BaseConnection", sizeof(struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection) __PYX_ERR(14, 91, __pyx_L1_error)
116245
- __pyx_vtabptr_8sqlcycli_3aio_10connection_BaseConnection = (struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_BaseConnection*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection); if (unlikely(!__pyx_vtabptr_8sqlcycli_3aio_10connection_BaseConnection)) __PYX_ERR(14, 91, __pyx_L1_error)
116308
+ __pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.aio.connection", "BaseConnection", sizeof(struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection) __PYX_ERR(14, 92, __pyx_L1_error)
116309
+ __pyx_vtabptr_8sqlcycli_3aio_10connection_BaseConnection = (struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_BaseConnection*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection); if (unlikely(!__pyx_vtabptr_8sqlcycli_3aio_10connection_BaseConnection)) __PYX_ERR(14, 92, __pyx_L1_error)
116310
+ __pyx_ptype_8sqlcycli_3aio_10connection_Connection = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.aio.connection", "Connection", sizeof(struct __pyx_obj_8sqlcycli_3aio_10connection_Connection), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_3aio_10connection_Connection),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_3aio_10connection_Connection) __PYX_ERR(14, 201, __pyx_L1_error)
116311
+ __pyx_vtabptr_8sqlcycli_3aio_10connection_Connection = (struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_Connection*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_3aio_10connection_Connection); if (unlikely(!__pyx_vtabptr_8sqlcycli_3aio_10connection_Connection)) __PYX_ERR(14, 201, __pyx_L1_error)
116246
116312
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
116247
116313
  __pyx_t_1 = PyImport_ImportModule("sqlcycli.aio.pool"); if (unlikely(!__pyx_t_1)) __PYX_ERR(15, 12, __pyx_L1_error)
116248
116314
  __Pyx_GOTREF(__pyx_t_1);
Binary file
mysqlengine/utils.c CHANGED
@@ -1779,10 +1779,11 @@ struct __pyx_obj_8sqlcycli_7charset_Charset {
1779
1779
  PyObject *_encoding;
1780
1780
  char *_encoding_c;
1781
1781
  int _is_default;
1782
+ Py_ssize_t _hashcode;
1782
1783
  };
1783
1784
 
1784
1785
 
1785
- /* "sqlcycli/charset.pxd":15
1786
+ /* "sqlcycli/charset.pxd":16
1786
1787
  * cpdef bint is_binary(self)
1787
1788
  *
1788
1789
  * cdef class Charsets: # <<<<<<<<<<<<<<
@@ -1885,7 +1886,7 @@ struct __pyx_vtabstruct_8sqlcycli_7charset_Charset {
1885
1886
  static struct __pyx_vtabstruct_8sqlcycli_7charset_Charset *__pyx_vtabptr_8sqlcycli_7charset_Charset;
1886
1887
 
1887
1888
 
1888
- /* "sqlcycli/charset.pxd":15
1889
+ /* "sqlcycli/charset.pxd":16
1889
1890
  * cpdef bint is_binary(self)
1890
1891
  *
1891
1892
  * cdef class Charsets: # <<<<<<<<<<<<<<
@@ -1895,10 +1896,10 @@ static struct __pyx_vtabstruct_8sqlcycli_7charset_Charset *__pyx_vtabptr_8sqlcyc
1895
1896
 
1896
1897
  struct __pyx_vtabstruct_8sqlcycli_7charset_Charsets {
1897
1898
  int (*add)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *, int __pyx_skip_dispatch);
1898
- int (*_add_by_id)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
1899
- int (*_add_by_name)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
1900
- int (*_add_by_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
1901
- int (*_add_by_name_n_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
1899
+ int (*_index_by_id)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
1900
+ int (*_index_by_name)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
1901
+ int (*_index_by_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
1902
+ int (*_index_by_name_n_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
1902
1903
  PyObject *(*_gen_charset_n_collate_key)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, PyObject *, PyObject *);
1903
1904
  struct __pyx_obj_8sqlcycli_7charset_Charset *(*by_id)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, PyObject *, int __pyx_skip_dispatch);
1904
1905
  struct __pyx_obj_8sqlcycli_7charset_Charset *(*by_name)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, PyObject *, int __pyx_skip_dispatch);
@@ -14515,8 +14516,8 @@ static int __Pyx_modinit_type_import_code(void) {
14515
14516
  __Pyx_GOTREF(__pyx_t_1);
14516
14517
  __pyx_ptype_8sqlcycli_7charset_Charset = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.charset", "Charset", sizeof(struct __pyx_obj_8sqlcycli_7charset_Charset), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_7charset_Charset),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_7charset_Charset) __PYX_ERR(8, 4, __pyx_L1_error)
14517
14518
  __pyx_vtabptr_8sqlcycli_7charset_Charset = (struct __pyx_vtabstruct_8sqlcycli_7charset_Charset*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_7charset_Charset); if (unlikely(!__pyx_vtabptr_8sqlcycli_7charset_Charset)) __PYX_ERR(8, 4, __pyx_L1_error)
14518
- __pyx_ptype_8sqlcycli_7charset_Charsets = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.charset", "Charsets", sizeof(struct __pyx_obj_8sqlcycli_7charset_Charsets), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_7charset_Charsets),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_7charset_Charsets) __PYX_ERR(8, 15, __pyx_L1_error)
14519
- __pyx_vtabptr_8sqlcycli_7charset_Charsets = (struct __pyx_vtabstruct_8sqlcycli_7charset_Charsets*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_7charset_Charsets); if (unlikely(!__pyx_vtabptr_8sqlcycli_7charset_Charsets)) __PYX_ERR(8, 15, __pyx_L1_error)
14519
+ __pyx_ptype_8sqlcycli_7charset_Charsets = __Pyx_ImportType_3_0_12(__pyx_t_1, "sqlcycli.charset", "Charsets", sizeof(struct __pyx_obj_8sqlcycli_7charset_Charsets), __PYX_GET_STRUCT_ALIGNMENT_3_0_12(struct __pyx_obj_8sqlcycli_7charset_Charsets),__Pyx_ImportType_CheckSize_Warn_3_0_12); if (!__pyx_ptype_8sqlcycli_7charset_Charsets) __PYX_ERR(8, 16, __pyx_L1_error)
14520
+ __pyx_vtabptr_8sqlcycli_7charset_Charsets = (struct __pyx_vtabstruct_8sqlcycli_7charset_Charsets*)__Pyx_GetVtable(__pyx_ptype_8sqlcycli_7charset_Charsets); if (unlikely(!__pyx_vtabptr_8sqlcycli_7charset_Charsets)) __PYX_ERR(8, 16, __pyx_L1_error)
14520
14521
  __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
14521
14522
  __pyx_t_1 = PyImport_ImportModule("sqlcycli.sqlfunc"); if (unlikely(!__pyx_t_1)) __PYX_ERR(9, 9, __pyx_L1_error)
14522
14523
  __Pyx_GOTREF(__pyx_t_1);
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mysqlengine
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A Cython-Accelerated, Pythonic MySQL ORM & Query Builder
5
5
  Home-page: https://github.com/AresJef/MysqlEngine
6
6
  Author: Jiefu Chen
@@ -18,7 +18,7 @@ Requires-Dist: cytimes>=2.0.7
18
18
  Requires-Dist: numpy>=1.25.2
19
19
  Requires-Dist: pandas>=2.1.0
20
20
  Requires-Dist: pyarrow>=13.0.0
21
- Requires-Dist: sqlcycli>=1.4.6
21
+ Requires-Dist: sqlcycli>=1.5.0
22
22
  Requires-Dist: typing-extensions>=4.9.0
23
23
  Dynamic: license-file
24
24
 
@@ -0,0 +1,42 @@
1
+ mysqlengine/__init__.py,sha256=xaETF6vRwQTNdPxuDN3hiHNC5RI66rm9dnwFeCWj4hc,2827
2
+ mysqlengine/column.c,sha256=18hXgnQtODmj08zfCXUujrzVPbfqUyB2Hxbu18ixEjY,7770531
3
+ mysqlengine/column.cp313-win_amd64.pyd,sha256=pCF_e7OqpeBOz3xJ1qgqdmFz8GPUSU9RlXAsut0LK3Q,1190912
4
+ mysqlengine/column.py,sha256=mfMFiWhiEmJTIiRG289QRUn1TOkT5clxt6VK1zrvDUU,201117
5
+ mysqlengine/column.pyi,sha256=k6fl7_CAX-9Hd-fshhkKND_TZ4cc9LM7h4-Je2ld6tw,22288
6
+ mysqlengine/constraint.c,sha256=SU2t1AagzeYagSGWtFCXmxd2hA_NBZDsuNn8-FdjKvc,4590165
7
+ mysqlengine/constraint.cp313-win_amd64.pyd,sha256=F_QFI_THhMAw41hqXwtQcdd7zAgx6yxgZv336l-sEaY,705536
8
+ mysqlengine/constraint.py,sha256=ZygGvO2_fX3I3_CvMTIJCcLt8_AulW9zrAkjjlAsJ0E,121072
9
+ mysqlengine/constraint.pyi,sha256=v2kVsPITKOEQEFSJU4_SykYdoeK3K0Tgn893eX_hZZw,9707
10
+ mysqlengine/database.c,sha256=igxespabeSCE8_DLna17UQ-yAMI8C7c4NE_7T8Gu9t0,2687849
11
+ mysqlengine/database.cp313-win_amd64.pyd,sha256=kXOTZvlAaj_UsdeHZNGuz_ehRqawo9AZAyjiPjvdGU0,380416
12
+ mysqlengine/database.py,sha256=gEd3beyuYEgH3Bw1-I2Zavps8v2hvV_Zg-FXgWwi6V0,61594
13
+ mysqlengine/database.pyi,sha256=oTjKXTVelsMp3Jcxx5PVQC2hLcjvEYQ6jL8lVGEg5gA,5255
14
+ mysqlengine/dml.c,sha256=oyYhgwRu3vLLaVtXUMJc49_mj1dtJ6VbHnuLdr8inBc,7645305
15
+ mysqlengine/dml.cp313-win_amd64.pyd,sha256=89TrtzfCF1Z2VsW7k2LZr-4Due4PsvmFP_oi8l6CHFQ,1273344
16
+ mysqlengine/dml.py,sha256=n9YkYDnXiwQkf3ueDDoL7U99S9U1aZla7Ki3bhhHjWc,364683
17
+ mysqlengine/dml.pyi,sha256=MiY85n73oJ-lNrTuiji9m5P8vpMigwvgWgHXPgtrd_E,24235
18
+ mysqlengine/element.c,sha256=bwffSabsvQ306TiwS4KoDwY3RwQgAZfe671kKZAJyc0,3646747
19
+ mysqlengine/element.cp313-win_amd64.pyd,sha256=-4YGmpLw7zFBGlaFr5Of5oevtkDPxmoAbYIo30QTZA4,471552
20
+ mysqlengine/element.py,sha256=yU5ABwoS51jWNDppvnPuIzupPFmam86Ta5NNVMJ8Sbg,87690
21
+ mysqlengine/errors.py,sha256=c6affjUK9p1zrFOIq7EUSbTQ6SAIe77CnT4qCpPD3rk,8500
22
+ mysqlengine/index.c,sha256=4KXmoTtpaB31JCwLUMt0C9ls8VzKLFBdoux1bBlqF94,2891378
23
+ mysqlengine/index.cp313-win_amd64.pyd,sha256=JaOLLL6Op4p7J5C4gCvco_QFofX5hAWCeIP6sVjaGSQ,418816
24
+ mysqlengine/index.py,sha256=tse5zlqVhFdti673CBksyY_wodnNWmOjGalqyeAFw10,52636
25
+ mysqlengine/index.pyi,sha256=zcvFq20cQVgtyWJB0pUoA6QWPdclgOkvWtZFvJilH4Y,5642
26
+ mysqlengine/partition.c,sha256=vktzmV-2IfvOwyqrkS45OJaNCVhQE_68jYB-BSTQ4mw,4811285
27
+ mysqlengine/partition.cp313-win_amd64.pyd,sha256=aqbO9ZDXgNmLuNBAWnlF-oMAI8rO9Y5WhaCYmkmbEns,718336
28
+ mysqlengine/partition.py,sha256=ziGdvgrurHxx-5Q1oeTCoKj-HEazc1kKCIsuX6oHGCM,118374
29
+ mysqlengine/partition.pyi,sha256=BhPhjmJVY9VqC3m96qBwkQnjSPCrJe9TWcG2EAEpZaI,9012
30
+ mysqlengine/table.c,sha256=m9WnxJT-Gt0wglmzxCqoUn63LfPS3pAVNTei5xxWzp4,6035651
31
+ mysqlengine/table.cp313-win_amd64.pyd,sha256=3Q055m8ypZ3r_ViGFFYk_2agthitWEjA4hlGEfK99pY,977408
32
+ mysqlengine/table.py,sha256=S0FExYJGfq8kIweAfnNUvHhSwMLprdYPU9_Wcjjnl3E,181585
33
+ mysqlengine/table.pyi,sha256=ptrsXwybbCs9DD_wDuyYvzetIddpDHB1KJVInWDbgrg,14765
34
+ mysqlengine/utils.c,sha256=qoMoDMPMnHR1trI2y5QT5G5-YE3qJig-wvEuJUY85Js,812208
35
+ mysqlengine/utils.cp313-win_amd64.pyd,sha256=OPaMFg4q7zGfjNbeDje_z1raj6NVtTpVDTIF08xovfI,81920
36
+ mysqlengine/utils.py,sha256=WrAC6jRcpctNB-oeflcnNdzolqUWe0Vj3bU-AHh9f5k,5186
37
+ mysqlengine/utils.pyi,sha256=7FLF0GBokEGNk11QYBUhcMFXs4zmzccoW6W1ygInBvI,9481
38
+ mysqlengine-1.0.1.dist-info/licenses/LICENSE,sha256=d6sAeVBPLTacjUQzN_Sot9913zSn1sEFHVJeo2NAfus,1104
39
+ mysqlengine-1.0.1.dist-info/METADATA,sha256=uDCpwHcworHf35XtMgX9VSd1Nu8V7z5laAIuEMJIYGE,8225
40
+ mysqlengine-1.0.1.dist-info/WHEEL,sha256=qV0EIPljj1XC_vuSatRWjn02nZIz3N1t8jsZz7HBr2U,101
41
+ mysqlengine-1.0.1.dist-info/top_level.txt,sha256=WSdkY5_BsytOI3l-Gt-lRq2R-SYHMPYHV8zJICB79_Y,12
42
+ mysqlengine-1.0.1.dist-info/RECORD,,
@@ -1,42 +0,0 @@
1
- mysqlengine/__init__.py,sha256=xaETF6vRwQTNdPxuDN3hiHNC5RI66rm9dnwFeCWj4hc,2827
2
- mysqlengine/column.c,sha256=rt9bJM6Nk4yjCTTfJQdF-qmVEfEq47l3ssYuML_BFLY,7766451
3
- mysqlengine/column.cp313-win_amd64.pyd,sha256=P2XiJAz0qDJ97W6x-LFpCzx-0q3gQnjK1sMuxQOYFCM,1190400
4
- mysqlengine/column.py,sha256=mfMFiWhiEmJTIiRG289QRUn1TOkT5clxt6VK1zrvDUU,201117
5
- mysqlengine/column.pyi,sha256=k6fl7_CAX-9Hd-fshhkKND_TZ4cc9LM7h4-Je2ld6tw,22288
6
- mysqlengine/constraint.c,sha256=q-hYfJ2n6RLQH3EIU9skiFTuIINTNOfgyx_uF_RsPeI,4586085
7
- mysqlengine/constraint.cp313-win_amd64.pyd,sha256=qVDQix_EFBTtR9NMIkIsR_LY1Eji62PxhAOcXuQZ0nw,705024
8
- mysqlengine/constraint.py,sha256=ZygGvO2_fX3I3_CvMTIJCcLt8_AulW9zrAkjjlAsJ0E,121072
9
- mysqlengine/constraint.pyi,sha256=v2kVsPITKOEQEFSJU4_SykYdoeK3K0Tgn893eX_hZZw,9707
10
- mysqlengine/database.c,sha256=TA7pkbfiPfQ7PMEFQSBo4RQpezx1drMWqFOLzbiry-s,2683785
11
- mysqlengine/database.cp313-win_amd64.pyd,sha256=0_1vOlc8uhfUhi2F8X89BWh_7ivuPfIgzP7fDROtIJM,380416
12
- mysqlengine/database.py,sha256=gEd3beyuYEgH3Bw1-I2Zavps8v2hvV_Zg-FXgWwi6V0,61594
13
- mysqlengine/database.pyi,sha256=oTjKXTVelsMp3Jcxx5PVQC2hLcjvEYQ6jL8lVGEg5gA,5255
14
- mysqlengine/dml.c,sha256=JYywHjRP68qWACtZSnyEDfQAeezNMP97KLcGd6QqVrM,7620138
15
- mysqlengine/dml.cp313-win_amd64.pyd,sha256=uEIyUQWLu-QzVQ6HvkTY93_DEzJP3Aog1RAAPi1koUg,1255424
16
- mysqlengine/dml.py,sha256=WOd3OsEr6P5sg78cVmNgJJ2zKn7ugKbvHFqQiNNkbMQ,354960
17
- mysqlengine/dml.pyi,sha256=MiY85n73oJ-lNrTuiji9m5P8vpMigwvgWgHXPgtrd_E,24235
18
- mysqlengine/element.c,sha256=aqcrzHTzUbtUYL7N6ElsaCewRkEejvQzorMC90kXCJQ,3641469
19
- mysqlengine/element.cp313-win_amd64.pyd,sha256=bYe9dgUy874mw1iC_e87j6rCsW-VYSaeuA4ouP8Q8o0,471040
20
- mysqlengine/element.py,sha256=v891GO4LVDzO1IxkZ6NuzoNeN4RKf9JsMW5Kw2eMS5A,86504
21
- mysqlengine/errors.py,sha256=c6affjUK9p1zrFOIq7EUSbTQ6SAIe77CnT4qCpPD3rk,8500
22
- mysqlengine/index.c,sha256=Ch8lcUJDUs7zE4OvOm_DUX-IaPLk2ttg3LfUS_VcHQ8,2887298
23
- mysqlengine/index.cp313-win_amd64.pyd,sha256=0XCpo4N-9ZnGCbcfhOLf97R3om4TzyGpTlXJZbhQUqE,418304
24
- mysqlengine/index.py,sha256=tse5zlqVhFdti673CBksyY_wodnNWmOjGalqyeAFw10,52636
25
- mysqlengine/index.pyi,sha256=zcvFq20cQVgtyWJB0pUoA6QWPdclgOkvWtZFvJilH4Y,5642
26
- mysqlengine/partition.c,sha256=nPzk169vLzSThaTYLWA5yWh_4vArdVRQmToaPDSGd3M,4807205
27
- mysqlengine/partition.cp313-win_amd64.pyd,sha256=0kSqA8M3015JTI6hqJ3OOncsUroUeONNxkbQgiiEtYQ,718336
28
- mysqlengine/partition.py,sha256=ziGdvgrurHxx-5Q1oeTCoKj-HEazc1kKCIsuX6oHGCM,118374
29
- mysqlengine/partition.pyi,sha256=BhPhjmJVY9VqC3m96qBwkQnjSPCrJe9TWcG2EAEpZaI,9012
30
- mysqlengine/table.c,sha256=YOhzi3RTKOaGTtwB-hKKIvNUJvCe1I7Brb-vv_xxSjo,6031587
31
- mysqlengine/table.cp313-win_amd64.pyd,sha256=8ByLBsElrLKSJuE4esvoWF2DEfHzbqFcdA2qvW6WwJM,976896
32
- mysqlengine/table.py,sha256=S0FExYJGfq8kIweAfnNUvHhSwMLprdYPU9_Wcjjnl3E,181585
33
- mysqlengine/table.pyi,sha256=ptrsXwybbCs9DD_wDuyYvzetIddpDHB1KJVInWDbgrg,14765
34
- mysqlengine/utils.c,sha256=ITomyp0_LRlFqOwydhpgPvD1gch54ziJLh_TdEhsfDo,812176
35
- mysqlengine/utils.cp313-win_amd64.pyd,sha256=mSxPCqCSZ1eS4IEvxSZdDE7XQkWepZk_hkduua8L5a4,81920
36
- mysqlengine/utils.py,sha256=WrAC6jRcpctNB-oeflcnNdzolqUWe0Vj3bU-AHh9f5k,5186
37
- mysqlengine/utils.pyi,sha256=7FLF0GBokEGNk11QYBUhcMFXs4zmzccoW6W1ygInBvI,9481
38
- mysqlengine-1.0.0.dist-info/licenses/LICENSE,sha256=d6sAeVBPLTacjUQzN_Sot9913zSn1sEFHVJeo2NAfus,1104
39
- mysqlengine-1.0.0.dist-info/METADATA,sha256=vX1FbeKEuTq0ZOsD0oxNVESl50WxfvsB_el5STOjzgE,8225
40
- mysqlengine-1.0.0.dist-info/WHEEL,sha256=qV0EIPljj1XC_vuSatRWjn02nZIz3N1t8jsZz7HBr2U,101
41
- mysqlengine-1.0.0.dist-info/top_level.txt,sha256=WSdkY5_BsytOI3l-Gt-lRq2R-SYHMPYHV8zJICB79_Y,12
42
- mysqlengine-1.0.0.dist-info/RECORD,,