We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c1c89 commit b0d6befCopy full SHA for b0d6bef
python/psql_rust_driver/_internal/extra_types.pyi
@@ -4,7 +4,7 @@ from typing_extensions import Self
4
5
class SmallInt:
6
"""Represent SmallInt in PostgreSQL and `i16` in Rust."""
7
-
+
8
def __init__(self: Self, inner_value: int) -> Self:
9
"""Create new instance of class.
10
@@ -15,7 +15,7 @@ class SmallInt:
15
16
class Integer:
17
"""Represent Integer in PostgreSQL and `i32` in Rust."""
18
19
20
21
@@ -26,7 +26,7 @@ class Integer:
26
27
class BigInt:
28
"""Represent BigInt in PostgreSQL and `i64` in Rust."""
29
30
31
32
0 commit comments