Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
exoplanet
py-linq-sql
Commits
55ee0382
Commit
55ee0382
authored
Nov 22, 2022
by
Chosson Ulysse
Browse files
typealias in init
parent
0b918923
Pipeline
#21204
passed with stages
in 5 minutes and 58 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
55ee0382
...
...
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
## [1.4.1-pre-release] - 2022-11-22
-
Add the TypeAlias:
`PyLinqSqlInsertType`
in the file
`__init__.py`
to import it.
-
Fix requirement in
`doc/requirement.txt`
for psycopg (3.1.14 to 3.1.4, typo).
## [1.4.0-pre-release] - 2022-11-18
...
...
mkdocs.yml
View file @
55ee0382
...
...
@@ -10,7 +10,7 @@ watch:
-
CONTRIBUTING.md
extra
:
version
:
1.4.
0
-pre-release
version
:
1.4.
1
-pre-release
theme
:
name
:
readthedocs
...
...
py_linq_sql/__init__.py
View file @
55ee0382
"""Code of the project py-linq-sql."""
__version__
=
"1.4.
0
-pre-release"
__version__
=
"1.4.
1
-pre-release"
# Local imports
from
.build_request.consult_aggregate
import
(
# noqa: F401, E501 pylint: disable=redefined-builtin
...
...
@@ -47,6 +47,7 @@ from .exception.exception import ( # noqa: F401
)
from
.sql_enumerable.sql_enumerable
import
SQLEnumerable
# noqa: F401
from
.utils.classes.enum
import
JoinType
# noqa: F401
from
.utils.classes.other_classes
import
PyLinqSqlInsertType
# noqa: F401
from
.utils.db
import
connect
# noqa: F401
from
.utils.execute
import
logg
# noqa: F401
from
.utils.functions.magic_dp_hyperb_functions
import
(
# noqa: F401
...
...
pyproject.toml
View file @
55ee0382
[tool.poetry]
name
=
"py-linq-sql"
version
=
"1.4.
0
.1"
version
=
"1.4.
1
.1"
description
=
"A Python module used for interacting with sql database using LINQ syntax."
license
=
"EUPL v1.2"
authors
=
[
"CHOSSON Ulysse <ulysse.chosson@obspm.fr>"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment