mysqlengine 1.0.0__cp312-cp312-macosx_10_9_universal2.whl → 1.0.1__cp312-cp312-macosx_10_9_universal2.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/column.c +104 -38
- mysqlengine/column.cpython-312-darwin.so +0 -0
- mysqlengine/constraint.c +104 -38
- mysqlengine/constraint.cpython-312-darwin.so +0 -0
- mysqlengine/database.c +104 -38
- mysqlengine/database.cpython-312-darwin.so +0 -0
- mysqlengine/dml.c +6686 -6544
- mysqlengine/dml.cpython-312-darwin.so +0 -0
- mysqlengine/dml.py +189 -15
- mysqlengine/element.c +3604 -3525
- mysqlengine/element.cpython-312-darwin.so +0 -0
- mysqlengine/element.py +103 -75
- mysqlengine/index.c +104 -38
- mysqlengine/index.cpython-312-darwin.so +0 -0
- mysqlengine/partition.c +104 -38
- mysqlengine/partition.cpython-312-darwin.so +0 -0
- mysqlengine/table.c +104 -38
- mysqlengine/table.cpython-312-darwin.so +0 -0
- mysqlengine/utils.c +9 -8
- mysqlengine/utils.cpython-312-darwin.so +0 -0
- {mysqlengine-1.0.0.dist-info → mysqlengine-1.0.1.dist-info}/METADATA +2 -2
- mysqlengine-1.0.1.dist-info/RECORD +42 -0
- mysqlengine-1.0.0.dist-info/RECORD +0 -42
- {mysqlengine-1.0.0.dist-info → mysqlengine-1.0.1.dist-info}/WHEEL +0 -0
- {mysqlengine-1.0.0.dist-info → mysqlengine-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {mysqlengine-1.0.0.dist-info → mysqlengine-1.0.1.dist-info}/top_level.txt +0 -0
mysqlengine/database.c
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"-Wno-incompatible-pointer-types"
|
|
16
16
|
],
|
|
17
17
|
"include_dirs": [
|
|
18
|
-
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-
|
|
18
|
+
"/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/pip-build-env-nm14ru1g/overlay/lib/python3.12/site-packages/numpy/_core/include"
|
|
19
19
|
],
|
|
20
20
|
"name": "mysqlengine.database",
|
|
21
21
|
"sources": [
|
|
@@ -1618,6 +1618,7 @@ struct __pyx_obj_8sqlcycli_10connection_SSDfCursor;
|
|
|
1618
1618
|
struct __pyx_obj_8sqlcycli_10connection_CursorManager;
|
|
1619
1619
|
struct __pyx_obj_8sqlcycli_10connection_TransactionManager;
|
|
1620
1620
|
struct __pyx_obj_8sqlcycli_10connection_BaseConnection;
|
|
1621
|
+
struct __pyx_obj_8sqlcycli_10connection_Connection;
|
|
1621
1622
|
struct __pyx_obj_8sqlcycli_3aio_10connection_MysqlResult;
|
|
1622
1623
|
struct __pyx_obj_8sqlcycli_3aio_10connection_Cursor;
|
|
1623
1624
|
struct __pyx_obj_8sqlcycli_3aio_10connection_DictCursor;
|
|
@@ -1628,6 +1629,7 @@ struct __pyx_obj_8sqlcycli_3aio_10connection_SSDfCursor;
|
|
|
1628
1629
|
struct __pyx_obj_8sqlcycli_3aio_10connection_CursorManager;
|
|
1629
1630
|
struct __pyx_obj_8sqlcycli_3aio_10connection_TransactionManager;
|
|
1630
1631
|
struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection;
|
|
1632
|
+
struct __pyx_obj_8sqlcycli_3aio_10connection_Connection;
|
|
1631
1633
|
struct __pyx_obj_8sqlcycli_3aio_4pool_PoolConnection;
|
|
1632
1634
|
struct __pyx_obj_8sqlcycli_3aio_4pool_PoolSyncConnection;
|
|
1633
1635
|
struct __pyx_obj_8sqlcycli_3aio_4pool_PoolConnectionManager;
|
|
@@ -2315,7 +2317,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_6Cursor_scroll {
|
|
|
2315
2317
|
PyObject *mode;
|
|
2316
2318
|
};
|
|
2317
2319
|
|
|
2318
|
-
/* "connection.pxd":
|
|
2320
|
+
/* "connection.pxd":194
|
|
2319
2321
|
* cdef inline bint _setup_internal(self) except -1
|
|
2320
2322
|
* # Cursor
|
|
2321
2323
|
* cpdef Cursor cursor(self, object cursor=?) # <<<<<<<<<<<<<<
|
|
@@ -2327,7 +2329,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_cursor {
|
|
|
2327
2329
|
PyObject *cursor;
|
|
2328
2330
|
};
|
|
2329
2331
|
|
|
2330
|
-
/* "connection.pxd":
|
|
2332
|
+
/* "connection.pxd":195
|
|
2331
2333
|
* # Cursor
|
|
2332
2334
|
* cpdef Cursor cursor(self, object cursor=?)
|
|
2333
2335
|
* cpdef TransactionManager transaction(self, object cursor=?) # <<<<<<<<<<<<<<
|
|
@@ -2339,7 +2341,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_transaction {
|
|
|
2339
2341
|
PyObject *cursor;
|
|
2340
2342
|
};
|
|
2341
2343
|
|
|
2342
|
-
/* "connection.pxd":
|
|
2344
|
+
/* "connection.pxd":198
|
|
2343
2345
|
* cdef inline type _validate_cursor(self, object cursor)
|
|
2344
2346
|
* # Query
|
|
2345
2347
|
* cpdef unsigned long long query(self, str sql, bint unbuffered=?) # <<<<<<<<<<<<<<
|
|
@@ -2351,7 +2353,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_query {
|
|
|
2351
2353
|
int unbuffered;
|
|
2352
2354
|
};
|
|
2353
2355
|
|
|
2354
|
-
/* "connection.pxd":
|
|
2356
|
+
/* "connection.pxd":208
|
|
2355
2357
|
* cpdef tuple show_warnings(self)
|
|
2356
2358
|
* cpdef bint select_database(self, str db) except -1
|
|
2357
2359
|
* cpdef object escape_args(self, object args, bint many=?, bint itemize=?) # <<<<<<<<<<<<<<
|
|
@@ -2364,7 +2366,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_escape_args {
|
|
|
2364
2366
|
int itemize;
|
|
2365
2367
|
};
|
|
2366
2368
|
|
|
2367
|
-
/* "connection.pxd":
|
|
2369
|
+
/* "connection.pxd":211
|
|
2368
2370
|
* cpdef bytes encode_sql(self, str sql)
|
|
2369
2371
|
* # . client
|
|
2370
2372
|
* cpdef bint set_charset(self, str charset, object collation=?) except -1 # <<<<<<<<<<<<<<
|
|
@@ -2376,7 +2378,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_set_charset {
|
|
|
2376
2378
|
PyObject *collation;
|
|
2377
2379
|
};
|
|
2378
2380
|
|
|
2379
|
-
/* "connection.pxd":
|
|
2381
|
+
/* "connection.pxd":248
|
|
2380
2382
|
* cpdef bint closed(self) except -1
|
|
2381
2383
|
* cpdef bint kill(self, int thread_id) except -1
|
|
2382
2384
|
* cpdef bint ping(self, bint reconnect=?) except -1 # <<<<<<<<<<<<<<
|
|
@@ -2388,7 +2390,7 @@ struct __pyx_opt_args_8sqlcycli_10connection_14BaseConnection_ping {
|
|
|
2388
2390
|
int reconnect;
|
|
2389
2391
|
};
|
|
2390
2392
|
|
|
2391
|
-
/* "connection.pxd":
|
|
2393
|
+
/* "connection.pxd":262
|
|
2392
2394
|
* cdef inline bint _set_use_time(self) except -1
|
|
2393
2395
|
* # Read
|
|
2394
2396
|
* cpdef unsigned long long next_result(self, bint unbuffered=?) # <<<<<<<<<<<<<<
|
|
@@ -2418,7 +2420,7 @@ struct __pyx_opt_args_8sqlcycli_3aio_10connection_6Cursor_mogrify {
|
|
|
2418
2420
|
int itemize;
|
|
2419
2421
|
};
|
|
2420
2422
|
|
|
2421
|
-
/* "connection.pxd":
|
|
2423
|
+
/* "connection.pxd":171
|
|
2422
2424
|
* cdef inline bint _setup_internal(self) except -1
|
|
2423
2425
|
* # Cursor
|
|
2424
2426
|
* cpdef CursorManager cursor(self, object cursor=?) # <<<<<<<<<<<<<<
|
|
@@ -2430,7 +2432,7 @@ struct __pyx_opt_args_8sqlcycli_3aio_10connection_14BaseConnection_cursor {
|
|
|
2430
2432
|
PyObject *cursor;
|
|
2431
2433
|
};
|
|
2432
2434
|
|
|
2433
|
-
/* "connection.pxd":
|
|
2435
|
+
/* "connection.pxd":172
|
|
2434
2436
|
* # Cursor
|
|
2435
2437
|
* cpdef CursorManager cursor(self, object cursor=?)
|
|
2436
2438
|
* cpdef TransactionManager transaction(self, object cursor=?) # <<<<<<<<<<<<<<
|
|
@@ -2442,7 +2444,7 @@ struct __pyx_opt_args_8sqlcycli_3aio_10connection_14BaseConnection_transaction {
|
|
|
2442
2444
|
PyObject *cursor;
|
|
2443
2445
|
};
|
|
2444
2446
|
|
|
2445
|
-
/* "connection.pxd":
|
|
2447
|
+
/* "connection.pxd":175
|
|
2446
2448
|
* cdef inline type _validate_cursor(self, object cursor)
|
|
2447
2449
|
* # Query
|
|
2448
2450
|
* cpdef object escape_args(self, object args, bint many=?, bint itemize=?) # <<<<<<<<<<<<<<
|
|
@@ -4556,10 +4558,11 @@ struct __pyx_obj_8sqlcycli_7charset_Charset {
|
|
|
4556
4558
|
PyObject *_encoding;
|
|
4557
4559
|
char *_encoding_c;
|
|
4558
4560
|
int _is_default;
|
|
4561
|
+
Py_ssize_t _hashcode;
|
|
4559
4562
|
};
|
|
4560
4563
|
|
|
4561
4564
|
|
|
4562
|
-
/* "sqlcycli/charset.pxd":
|
|
4565
|
+
/* "sqlcycli/charset.pxd":16
|
|
4563
4566
|
* cpdef bint is_binary(self)
|
|
4564
4567
|
*
|
|
4565
4568
|
* cdef class Charsets: # <<<<<<<<<<<<<<
|
|
@@ -4594,11 +4597,12 @@ struct __pyx_obj_7cytimes_4pydt__Pydt {
|
|
|
4594
4597
|
* # Auth Plugin
|
|
4595
4598
|
* cdef class AuthPlugin: # <<<<<<<<<<<<<<
|
|
4596
4599
|
* cdef:
|
|
4597
|
-
*
|
|
4600
|
+
* # . plugins registry
|
|
4598
4601
|
*/
|
|
4599
4602
|
struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin {
|
|
4600
4603
|
PyObject_HEAD
|
|
4601
4604
|
struct __pyx_vtabstruct_8sqlcycli_5_auth_AuthPlugin *__pyx_vtab;
|
|
4605
|
+
PyObject *_plugins;
|
|
4602
4606
|
PyObject *_mysql_native_password;
|
|
4603
4607
|
PyObject *_caching_sha2_password;
|
|
4604
4608
|
PyObject *_sha256_password;
|
|
@@ -4606,7 +4610,6 @@ struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin {
|
|
|
4606
4610
|
PyObject *_mysql_old_password;
|
|
4607
4611
|
PyObject *_mysql_clear_password;
|
|
4608
4612
|
PyObject *_dialog;
|
|
4609
|
-
PyObject *_plugins;
|
|
4610
4613
|
};
|
|
4611
4614
|
|
|
4612
4615
|
|
|
@@ -4775,7 +4778,7 @@ struct __pyx_obj_8sqlcycli_10connection_SSDfCursor {
|
|
|
4775
4778
|
|
|
4776
4779
|
/* "connection.pxd":104
|
|
4777
4780
|
*
|
|
4778
|
-
* #
|
|
4781
|
+
* # Cursor Manager
|
|
4779
4782
|
* cdef class CursorManager: # <<<<<<<<<<<<<<
|
|
4780
4783
|
* cdef:
|
|
4781
4784
|
* BaseConnection _conn
|
|
@@ -4802,9 +4805,9 @@ struct __pyx_obj_8sqlcycli_10connection_TransactionManager {
|
|
|
4802
4805
|
};
|
|
4803
4806
|
|
|
4804
4807
|
|
|
4805
|
-
/* "connection.pxd":
|
|
4806
|
-
* pass
|
|
4808
|
+
/* "connection.pxd":117
|
|
4807
4809
|
*
|
|
4810
|
+
* # Connection
|
|
4808
4811
|
* cdef class BaseConnection: # <<<<<<<<<<<<<<
|
|
4809
4812
|
* cdef:
|
|
4810
4813
|
* # Basic
|
|
@@ -4872,6 +4875,17 @@ struct __pyx_obj_8sqlcycli_10connection_BaseConnection {
|
|
|
4872
4875
|
};
|
|
4873
4876
|
|
|
4874
4877
|
|
|
4878
|
+
/* "connection.pxd":270
|
|
4879
|
+
* cdef inline bytes _read_bytes(self, unsigned int size)
|
|
4880
|
+
*
|
|
4881
|
+
* cdef class Connection(BaseConnection): # <<<<<<<<<<<<<<
|
|
4882
|
+
* pass
|
|
4883
|
+
*/
|
|
4884
|
+
struct __pyx_obj_8sqlcycli_10connection_Connection {
|
|
4885
|
+
struct __pyx_obj_8sqlcycli_10connection_BaseConnection __pyx_base;
|
|
4886
|
+
};
|
|
4887
|
+
|
|
4888
|
+
|
|
4875
4889
|
/* "connection.pxd":7
|
|
4876
4890
|
*
|
|
4877
4891
|
* # Result
|
|
@@ -4987,7 +5001,7 @@ struct __pyx_obj_8sqlcycli_3aio_10connection_SSDfCursor {
|
|
|
4987
5001
|
|
|
4988
5002
|
/* "connection.pxd":81
|
|
4989
5003
|
*
|
|
4990
|
-
* #
|
|
5004
|
+
* # Cursor Manager
|
|
4991
5005
|
* cdef class CursorManager: # <<<<<<<<<<<<<<
|
|
4992
5006
|
* cdef:
|
|
4993
5007
|
* BaseConnection _conn
|
|
@@ -5013,9 +5027,9 @@ struct __pyx_obj_8sqlcycli_3aio_10connection_TransactionManager {
|
|
|
5013
5027
|
};
|
|
5014
5028
|
|
|
5015
5029
|
|
|
5016
|
-
/* "connection.pxd":
|
|
5017
|
-
* pass
|
|
5030
|
+
/* "connection.pxd":92
|
|
5018
5031
|
*
|
|
5032
|
+
* # Connection
|
|
5019
5033
|
* cdef class BaseConnection: # <<<<<<<<<<<<<<
|
|
5020
5034
|
* cdef:
|
|
5021
5035
|
* # Basic
|
|
@@ -5084,6 +5098,17 @@ struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection {
|
|
|
5084
5098
|
};
|
|
5085
5099
|
|
|
5086
5100
|
|
|
5101
|
+
/* "connection.pxd":201
|
|
5102
|
+
* cdef inline bint _set_use_time(self) except -1
|
|
5103
|
+
*
|
|
5104
|
+
* cdef class Connection(BaseConnection): # <<<<<<<<<<<<<<
|
|
5105
|
+
* pass
|
|
5106
|
+
*/
|
|
5107
|
+
struct __pyx_obj_8sqlcycli_3aio_10connection_Connection {
|
|
5108
|
+
struct __pyx_obj_8sqlcycli_3aio_10connection_BaseConnection __pyx_base;
|
|
5109
|
+
};
|
|
5110
|
+
|
|
5111
|
+
|
|
5087
5112
|
/* "sqlcycli/aio/pool.pxd":12
|
|
5088
5113
|
*
|
|
5089
5114
|
* # Connection
|
|
@@ -6639,7 +6664,7 @@ struct __pyx_vtabstruct_8sqlcycli_7charset_Charset {
|
|
|
6639
6664
|
static struct __pyx_vtabstruct_8sqlcycli_7charset_Charset *__pyx_vtabptr_8sqlcycli_7charset_Charset;
|
|
6640
6665
|
|
|
6641
6666
|
|
|
6642
|
-
/* "sqlcycli/charset.pxd":
|
|
6667
|
+
/* "sqlcycli/charset.pxd":16
|
|
6643
6668
|
* cpdef bint is_binary(self)
|
|
6644
6669
|
*
|
|
6645
6670
|
* cdef class Charsets: # <<<<<<<<<<<<<<
|
|
@@ -6649,10 +6674,10 @@ static struct __pyx_vtabstruct_8sqlcycli_7charset_Charset *__pyx_vtabptr_8sqlcyc
|
|
|
6649
6674
|
|
|
6650
6675
|
struct __pyx_vtabstruct_8sqlcycli_7charset_Charsets {
|
|
6651
6676
|
int (*add)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *, int __pyx_skip_dispatch);
|
|
6652
|
-
int (*
|
|
6653
|
-
int (*
|
|
6654
|
-
int (*
|
|
6655
|
-
int (*
|
|
6677
|
+
int (*_index_by_id)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
|
|
6678
|
+
int (*_index_by_name)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
|
|
6679
|
+
int (*_index_by_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
|
|
6680
|
+
int (*_index_by_name_n_collation)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, struct __pyx_obj_8sqlcycli_7charset_Charset *);
|
|
6656
6681
|
PyObject *(*_gen_charset_n_collate_key)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, PyObject *, PyObject *);
|
|
6657
6682
|
struct __pyx_obj_8sqlcycli_7charset_Charset *(*by_id)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, PyObject *, int __pyx_skip_dispatch);
|
|
6658
6683
|
struct __pyx_obj_8sqlcycli_7charset_Charset *(*by_name)(struct __pyx_obj_8sqlcycli_7charset_Charsets *, PyObject *, int __pyx_skip_dispatch);
|
|
@@ -6801,11 +6826,14 @@ static struct __pyx_vtabstruct_7cytimes_4pydt__Pydt *__pyx_vtabptr_7cytimes_4pyd
|
|
|
6801
6826
|
* # Auth Plugin
|
|
6802
6827
|
* cdef class AuthPlugin: # <<<<<<<<<<<<<<
|
|
6803
6828
|
* cdef:
|
|
6804
|
-
*
|
|
6829
|
+
* # . plugins registry
|
|
6805
6830
|
*/
|
|
6806
6831
|
|
|
6807
6832
|
struct __pyx_vtabstruct_8sqlcycli_5_auth_AuthPlugin {
|
|
6808
6833
|
PyObject *(*get)(struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin *, PyObject *, int __pyx_skip_dispatch);
|
|
6834
|
+
int (*set)(struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin *, PyObject *, PyObject *, int __pyx_skip_dispatch);
|
|
6835
|
+
PyObject *(*_validete_plugin_name)(struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin *, PyObject *);
|
|
6836
|
+
PyObject *(*_validate_plugin_handler)(struct __pyx_obj_8sqlcycli_5_auth_AuthPlugin *, PyObject *, PyObject *);
|
|
6809
6837
|
};
|
|
6810
6838
|
static struct __pyx_vtabstruct_8sqlcycli_5_auth_AuthPlugin *__pyx_vtabptr_8sqlcycli_5_auth_AuthPlugin;
|
|
6811
6839
|
|
|
@@ -7001,7 +7029,7 @@ static struct __pyx_vtabstruct_8sqlcycli_10connection_SSDfCursor *__pyx_vtabptr_
|
|
|
7001
7029
|
|
|
7002
7030
|
/* "connection.pxd":104
|
|
7003
7031
|
*
|
|
7004
|
-
* #
|
|
7032
|
+
* # Cursor Manager
|
|
7005
7033
|
* cdef class CursorManager: # <<<<<<<<<<<<<<
|
|
7006
7034
|
* cdef:
|
|
7007
7035
|
* BaseConnection _conn
|
|
@@ -7028,9 +7056,9 @@ struct __pyx_vtabstruct_8sqlcycli_10connection_TransactionManager {
|
|
|
7028
7056
|
static struct __pyx_vtabstruct_8sqlcycli_10connection_TransactionManager *__pyx_vtabptr_8sqlcycli_10connection_TransactionManager;
|
|
7029
7057
|
|
|
7030
7058
|
|
|
7031
|
-
/* "connection.pxd":
|
|
7032
|
-
* pass
|
|
7059
|
+
/* "connection.pxd":117
|
|
7033
7060
|
*
|
|
7061
|
+
* # Connection
|
|
7034
7062
|
* cdef class BaseConnection: # <<<<<<<<<<<<<<
|
|
7035
7063
|
* cdef:
|
|
7036
7064
|
* # Basic
|
|
@@ -7111,6 +7139,19 @@ struct __pyx_vtabstruct_8sqlcycli_10connection_BaseConnection {
|
|
|
7111
7139
|
static struct __pyx_vtabstruct_8sqlcycli_10connection_BaseConnection *__pyx_vtabptr_8sqlcycli_10connection_BaseConnection;
|
|
7112
7140
|
|
|
7113
7141
|
|
|
7142
|
+
/* "connection.pxd":270
|
|
7143
|
+
* cdef inline bytes _read_bytes(self, unsigned int size)
|
|
7144
|
+
*
|
|
7145
|
+
* cdef class Connection(BaseConnection): # <<<<<<<<<<<<<<
|
|
7146
|
+
* pass
|
|
7147
|
+
*/
|
|
7148
|
+
|
|
7149
|
+
struct __pyx_vtabstruct_8sqlcycli_10connection_Connection {
|
|
7150
|
+
struct __pyx_vtabstruct_8sqlcycli_10connection_BaseConnection __pyx_base;
|
|
7151
|
+
};
|
|
7152
|
+
static struct __pyx_vtabstruct_8sqlcycli_10connection_Connection *__pyx_vtabptr_8sqlcycli_10connection_Connection;
|
|
7153
|
+
|
|
7154
|
+
|
|
7114
7155
|
/* "connection.pxd":7
|
|
7115
7156
|
*
|
|
7116
7157
|
* # Result
|
|
@@ -7222,9 +7263,9 @@ struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_SSDfCursor {
|
|
|
7222
7263
|
static struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_SSDfCursor *__pyx_vtabptr_8sqlcycli_3aio_10connection_SSDfCursor;
|
|
7223
7264
|
|
|
7224
7265
|
|
|
7225
|
-
/* "connection.pxd":
|
|
7226
|
-
* pass
|
|
7266
|
+
/* "connection.pxd":92
|
|
7227
7267
|
*
|
|
7268
|
+
* # Connection
|
|
7228
7269
|
* cdef class BaseConnection: # <<<<<<<<<<<<<<
|
|
7229
7270
|
* cdef:
|
|
7230
7271
|
* # Basic
|
|
@@ -7261,6 +7302,19 @@ struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_BaseConnection {
|
|
|
7261
7302
|
static struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_BaseConnection *__pyx_vtabptr_8sqlcycli_3aio_10connection_BaseConnection;
|
|
7262
7303
|
|
|
7263
7304
|
|
|
7305
|
+
/* "connection.pxd":201
|
|
7306
|
+
* cdef inline bint _set_use_time(self) except -1
|
|
7307
|
+
*
|
|
7308
|
+
* cdef class Connection(BaseConnection): # <<<<<<<<<<<<<<
|
|
7309
|
+
* pass
|
|
7310
|
+
*/
|
|
7311
|
+
|
|
7312
|
+
struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_Connection {
|
|
7313
|
+
struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_BaseConnection __pyx_base;
|
|
7314
|
+
};
|
|
7315
|
+
static struct __pyx_vtabstruct_8sqlcycli_3aio_10connection_Connection *__pyx_vtabptr_8sqlcycli_3aio_10connection_Connection;
|
|
7316
|
+
|
|
7317
|
+
|
|
7264
7318
|
/* "sqlcycli/aio/pool.pxd":12
|
|
7265
7319
|
*
|
|
7266
7320
|
* # Connection
|
|
@@ -7347,10 +7401,10 @@ struct __pyx_vtabstruct_8sqlcycli_3aio_4pool_Pool {
|
|
|
7347
7401
|
PyObject *(*release)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, PyObject *, int __pyx_skip_dispatch);
|
|
7348
7402
|
struct __pyx_obj_8sqlcycli_3aio_4pool_PoolSyncConnection *(*_acquire_sync_conn)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *);
|
|
7349
7403
|
int (*_release_sync_conn)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, struct __pyx_obj_8sqlcycli_3aio_4pool_PoolSyncConnection *);
|
|
7404
|
+
int (*_close_sync_conn)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *);
|
|
7350
7405
|
PyObject *(*close)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, int __pyx_skip_dispatch);
|
|
7351
7406
|
int (*terminate)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, int __pyx_skip_dispatch);
|
|
7352
7407
|
int (*closed)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *, int __pyx_skip_dispatch);
|
|
7353
|
-
int (*_close_sync_conn)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *);
|
|
7354
7408
|
int (*_verify_open)(struct __pyx_obj_8sqlcycli_3aio_4pool_Pool *);
|
|
7355
7409
|
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);
|
|
7356
7410
|
};
|
|
@@ -10689,6 +10743,7 @@ typedef struct {
|
|
|
10689
10743
|
PyTypeObject *__pyx_ptype_8sqlcycli_10connection_CursorManager;
|
|
10690
10744
|
PyTypeObject *__pyx_ptype_8sqlcycli_10connection_TransactionManager;
|
|
10691
10745
|
PyTypeObject *__pyx_ptype_8sqlcycli_10connection_BaseConnection;
|
|
10746
|
+
PyTypeObject *__pyx_ptype_8sqlcycli_10connection_Connection;
|
|
10692
10747
|
#if CYTHON_USE_MODULE_STATE
|
|
10693
10748
|
#endif
|
|
10694
10749
|
#if CYTHON_USE_MODULE_STATE
|
|
@@ -10703,6 +10758,7 @@ typedef struct {
|
|
|
10703
10758
|
PyTypeObject *__pyx_ptype_8sqlcycli_3aio_10connection_CursorManager;
|
|
10704
10759
|
PyTypeObject *__pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager;
|
|
10705
10760
|
PyTypeObject *__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection;
|
|
10761
|
+
PyTypeObject *__pyx_ptype_8sqlcycli_3aio_10connection_Connection;
|
|
10706
10762
|
#if CYTHON_USE_MODULE_STATE
|
|
10707
10763
|
#endif
|
|
10708
10764
|
PyTypeObject *__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection;
|
|
@@ -11369,6 +11425,7 @@ static int __pyx_m_clear(PyObject *m) {
|
|
|
11369
11425
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_10connection_CursorManager);
|
|
11370
11426
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_10connection_TransactionManager);
|
|
11371
11427
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_10connection_BaseConnection);
|
|
11428
|
+
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_10connection_Connection);
|
|
11372
11429
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_MysqlResult);
|
|
11373
11430
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_Cursor);
|
|
11374
11431
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_DictCursor);
|
|
@@ -11379,6 +11436,7 @@ static int __pyx_m_clear(PyObject *m) {
|
|
|
11379
11436
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_CursorManager);
|
|
11380
11437
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager);
|
|
11381
11438
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection);
|
|
11439
|
+
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_Connection);
|
|
11382
11440
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection);
|
|
11383
11441
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolSyncConnection);
|
|
11384
11442
|
Py_CLEAR(clear_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnectionManager);
|
|
@@ -11997,6 +12055,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
11997
12055
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_10connection_CursorManager);
|
|
11998
12056
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_10connection_TransactionManager);
|
|
11999
12057
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_10connection_BaseConnection);
|
|
12058
|
+
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_10connection_Connection);
|
|
12000
12059
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_MysqlResult);
|
|
12001
12060
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_Cursor);
|
|
12002
12061
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_DictCursor);
|
|
@@ -12007,6 +12066,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
12007
12066
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_CursorManager);
|
|
12008
12067
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager);
|
|
12009
12068
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection);
|
|
12069
|
+
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_10connection_Connection);
|
|
12010
12070
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection);
|
|
12011
12071
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolSyncConnection);
|
|
12012
12072
|
Py_VISIT(traverse_module_state->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnectionManager);
|
|
@@ -12735,6 +12795,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
12735
12795
|
#define __pyx_ptype_8sqlcycli_10connection_CursorManager __pyx_mstate_global->__pyx_ptype_8sqlcycli_10connection_CursorManager
|
|
12736
12796
|
#define __pyx_ptype_8sqlcycli_10connection_TransactionManager __pyx_mstate_global->__pyx_ptype_8sqlcycli_10connection_TransactionManager
|
|
12737
12797
|
#define __pyx_ptype_8sqlcycli_10connection_BaseConnection __pyx_mstate_global->__pyx_ptype_8sqlcycli_10connection_BaseConnection
|
|
12798
|
+
#define __pyx_ptype_8sqlcycli_10connection_Connection __pyx_mstate_global->__pyx_ptype_8sqlcycli_10connection_Connection
|
|
12738
12799
|
#if CYTHON_USE_MODULE_STATE
|
|
12739
12800
|
#endif
|
|
12740
12801
|
#if CYTHON_USE_MODULE_STATE
|
|
@@ -12749,6 +12810,7 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
|
|
12749
12810
|
#define __pyx_ptype_8sqlcycli_3aio_10connection_CursorManager __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_10connection_CursorManager
|
|
12750
12811
|
#define __pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_10connection_TransactionManager
|
|
12751
12812
|
#define __pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_10connection_BaseConnection
|
|
12813
|
+
#define __pyx_ptype_8sqlcycli_3aio_10connection_Connection __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_10connection_Connection
|
|
12752
12814
|
#if CYTHON_USE_MODULE_STATE
|
|
12753
12815
|
#endif
|
|
12754
12816
|
#define __pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection __pyx_mstate_global->__pyx_ptype_8sqlcycli_3aio_4pool_PoolConnection
|
|
@@ -49390,8 +49452,8 @@ static int __Pyx_modinit_type_import_code(void) {
|
|
|
49390
49452
|
__Pyx_GOTREF(__pyx_t_1);
|
|
49391
49453
|
__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(5, 4, __pyx_L1_error)
|
|
49392
49454
|
__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(5, 4, __pyx_L1_error)
|
|
49393
|
-
__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(5,
|
|
49394
|
-
__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(5,
|
|
49455
|
+
__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(5, 16, __pyx_L1_error)
|
|
49456
|
+
__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(5, 16, __pyx_L1_error)
|
|
49395
49457
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
49396
49458
|
__pyx_t_1 = PyImport_ImportModule(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_t_1)) __PYX_ERR(6, 9, __pyx_L1_error)
|
|
49397
49459
|
__Pyx_GOTREF(__pyx_t_1);
|
|
@@ -49458,8 +49520,10 @@ static int __Pyx_modinit_type_import_code(void) {
|
|
|
49458
49520
|
__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(12, 104, __pyx_L1_error)
|
|
49459
49521
|
__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(12, 113, __pyx_L1_error)
|
|
49460
49522
|
__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(12, 113, __pyx_L1_error)
|
|
49461
|
-
__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(12,
|
|
49462
|
-
__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(12,
|
|
49523
|
+
__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(12, 117, __pyx_L1_error)
|
|
49524
|
+
__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(12, 117, __pyx_L1_error)
|
|
49525
|
+
__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(12, 270, __pyx_L1_error)
|
|
49526
|
+
__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(12, 270, __pyx_L1_error)
|
|
49463
49527
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
49464
49528
|
__pyx_t_1 = PyImport_ImportModule("sqlcycli.aio.connection"); if (unlikely(!__pyx_t_1)) __PYX_ERR(13, 7, __pyx_L1_error)
|
|
49465
49529
|
__Pyx_GOTREF(__pyx_t_1);
|
|
@@ -49479,8 +49543,10 @@ static int __Pyx_modinit_type_import_code(void) {
|
|
|
49479
49543
|
__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(13, 77, __pyx_L1_error)
|
|
49480
49544
|
__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(13, 81, __pyx_L1_error)
|
|
49481
49545
|
__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(13, 88, __pyx_L1_error)
|
|
49482
|
-
__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(13,
|
|
49483
|
-
__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(13,
|
|
49546
|
+
__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(13, 92, __pyx_L1_error)
|
|
49547
|
+
__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(13, 92, __pyx_L1_error)
|
|
49548
|
+
__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(13, 201, __pyx_L1_error)
|
|
49549
|
+
__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(13, 201, __pyx_L1_error)
|
|
49484
49550
|
__Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
|
|
49485
49551
|
__pyx_t_1 = PyImport_ImportModule("sqlcycli.aio.pool"); if (unlikely(!__pyx_t_1)) __PYX_ERR(14, 12, __pyx_L1_error)
|
|
49486
49552
|
__Pyx_GOTREF(__pyx_t_1);
|
|
Binary file
|