Searched refs:PARSE_DECLTYPES (Results 1 – 8 of 8) sorted by relevance
52 #define PARSE_DECLTYPES 1 macro
285 ADD_INT(PARSE_DECLTYPES); in add_integer_constants()
196 if (!converter && self->connection->detect_types & PARSE_DECLTYPES) { in pysqlite_build_row_cast_map()
125 con = sqlite.connect(":memory:",detect_types=sqlite.PARSE_DECLTYPES)141 con = sqlite.connect(":memory:",detect_types=sqlite.PARSE_DECLTYPES)314 con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_DECLTYPES)
111 self.con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_DECLTYPES)404 self.con = sqlite.connect(":memory:", detect_types=sqlite.PARSE_DECLTYPES)
4 con = sqlite3.connect(":memory:", detect_types=sqlite3.PARSE_DECLTYPES|sqlite3.PARSE_COLNAMES)
27 con = sqlite3.connect(":memory:", detect_types=sqlite3.PARSE_DECLTYPES)
182 .. data:: PARSE_DECLTYPES236 any combination of :const:`PARSE_DECLTYPES` and :const:`PARSE_COLNAMES` to turn1049 for the constants :const:`PARSE_DECLTYPES` and :const:`PARSE_COLNAMES`.