Home
last modified time | relevance | path

Searched refs:set_type_codec (Results 1 – 8 of 8) sorted by relevance

/dports/databases/py-asyncpg/asyncpg-0.25.0/tests/
H A Dtest_codecs.py1229 await self.con.set_type_codec(
1333 await self.con.set_type_codec(
1363 await self.con.set_type_codec(
1380 await self.con.set_type_codec(
1400 await self.con.set_type_codec(
1430 await conn.set_type_codec(
1454 await conn.set_type_codec(
1477 await conn.set_type_codec(
1522 await conn.set_type_codec(
1792 await self.con.set_type_codec(
[all …]
H A Dtest_introspection.py52 await conn.set_type_codec(
137 await self.con.set_type_codec(
H A Dtest_copy.py682 await self.con.set_type_codec(
H A Dtest_connect.py1160 await self.con.set_type_codec('aaa', encoder=None, decoder=None)
/dports/databases/py-asyncpg/asyncpg-0.25.0/docs/
H A Dusage.rst183 and user-defined types using the :meth:`Connection.set_type_codec() \
184 <asyncpg.connection.Connection.set_type_codec>` and
206 await conn.set_type_codec(
258 await conn.set_type_codec(
297 await conn.set_type_codec(
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/dialects/postgresql/
H A Dasyncpg.py1022 await asyncpg_connection.set_type_codec(
1055 await asyncpg_connection.set_type_codec(
/dports/databases/py-asyncpg/asyncpg-0.25.0/asyncpg/
H A Dconnection.py1107 async def set_type_codec(self, typename, *, member in Connection
/dports/databases/py-asyncpg/asyncpg-0.25.0/asyncpg/protocol/codecs/
H A Dbase.pyx713 # using Connection.set_type_codec().