psqlpy 0.11.4__tar.gz → 0.11.6__tar.gz
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 psqlpy might be problematic. Click here for more details.
- {psqlpy-0.11.4 → psqlpy-0.11.6}/Cargo.lock +1 -1
- {psqlpy-0.11.4 → psqlpy-0.11.6}/Cargo.toml +1 -1
- {psqlpy-0.11.4 → psqlpy-0.11.6}/PKG-INFO +1 -1
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/psqlpy/_internal/__init__.pyi +0 -7
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/cursor.rs +10 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/transaction.rs +2 -2
- {psqlpy-0.11.4 → psqlpy-0.11.6}/.github/actions/setup_postgres/action.yaml +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/.github/pull_request_template.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/.github/workflows/release.yml +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/.github/workflows/release_docs.yaml +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/.github/workflows/test.yaml +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/.gitignore +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/.pre-commit-config.yaml +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/LICENSE +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/README.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/.vuepress/config.ts +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/.vuepress/public/logo.png +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/.vuepress/sidebar.ts +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/.vuepress/styles/config.scss +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/.vuepress/styles/index.scss +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/.vuepress/styles/palette.scss +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/README.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/benchmarks.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/components_overview.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/connection.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/connection_pool.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/connection_pool_builder.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/cursor.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/exceptions.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/listener.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/prepared_statement.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/results.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/components/transaction.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/contribute.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/external_connection_pools.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/faq.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/integrations/opentelemetry.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/integrations/taskiq.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/introduction/components_overview.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/introduction/introduction.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/introduction/lets_start.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/frameworks/aiohttp.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/frameworks/blacksheep.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/frameworks/fastapi.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/frameworks/frameworks.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/frameworks/litestar.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/frameworks/panther.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/frameworks/robyn.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/parameters.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/row_factories/predefined_row_factories.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/row_factories/row_factories.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/types/advanced_type_usage.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/types/array_types.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/types/extra_types.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/types/supported_types.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/types/types.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/docs/usage/usage.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/examples/aiohttp/start_example.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/examples/fastapi/advanced_example.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/examples/fastapi/start_example.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/package.json +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/pnpm-lock.yaml +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/.gitignore +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/.pre-commit-config.yaml +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/Dockerfile +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/README.md +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/alembic.ini +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/poetry.lock +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/__init__.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/api/__init__.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/api/piccolo.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/api/plain_queries.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/app.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/helpers.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/lifecycle.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/migrations/README +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/migrations/env.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/migrations/script.py.mako +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/migrations/versions/06d989926550_basic_user_table.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/migrations/versions/d162c084f522_big_af_table.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/mocker.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/models/__init__.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/models/piccolo.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/models/sqlalchemy.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/piccolo_conf.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/psqlpy_stress/settings.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/psqlpy-stress/pyproject.toml +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/pyproject.toml +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/psqlpy/__init__.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/psqlpy/_internal/exceptions.pyi +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/psqlpy/_internal/extra_types.pyi +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/psqlpy/_internal/row_factories.pyi +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/psqlpy/exceptions.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/psqlpy/extra_types.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/psqlpy/py.typed +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/psqlpy/row_factories.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/__init__.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/conftest.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/helpers.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_binary_copy.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_connection.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_connection_pool.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_connection_pool_builder.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_cursor.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_data/MTcars.parquet +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_kwargs_parameters.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_listener.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_query_results.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_row_factories.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_ssl_mode.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_transaction.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/python/tests/test_value_converter.py +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/common.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/connection/impls.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/connection/mod.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/connection/structs.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/connection/traits.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/common.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/connection.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/connection_pool.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/connection_pool_builder.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/listener/core.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/listener/mod.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/listener/structs.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/mod.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/prepared_statement.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/driver/utils.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/exceptions/mod.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/exceptions/python_errors.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/exceptions/rust_errors.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/extra_types.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/format_helpers.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/lib.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/options.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/query_result.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/row_factories.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/runtime.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/statement/cache.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/statement/mod.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/statement/parameters.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/statement/query.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/statement/statement.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/statement/statement_builder.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/statement/utils.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/transaction/impls.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/transaction/mod.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/transaction/structs.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/additional_types.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/consts.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/dto/converter_impls.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/dto/enums.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/dto/funcs.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/dto/impls.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/dto/mod.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/from_python.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/mod.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/models/decimal.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/models/interval.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/models/mod.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/models/serde_value.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/models/uuid.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/to_python.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/traits.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/src/value_converter/utils.rs +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/tox.ini +0 -0
- {psqlpy-0.11.4 → psqlpy-0.11.6}/tsconfig.json +0 -0
|
@@ -308,15 +308,8 @@ class Cursor:
|
|
|
308
308
|
"""
|
|
309
309
|
|
|
310
310
|
array_size: int
|
|
311
|
-
cursor_name: str
|
|
312
311
|
querystring: str
|
|
313
312
|
parameters: ParamsT = None
|
|
314
|
-
prepared: bool | None
|
|
315
|
-
conn_dbname: str | None
|
|
316
|
-
user: str | None
|
|
317
|
-
host_addrs: list[str]
|
|
318
|
-
hosts: list[str]
|
|
319
|
-
ports: list[int]
|
|
320
313
|
|
|
321
314
|
def __aiter__(self: Self) -> Self: ...
|
|
322
315
|
async def __anext__(self: Self) -> QueryResult: ...
|
|
@@ -73,6 +73,16 @@ impl Drop for Cursor {
|
|
|
73
73
|
|
|
74
74
|
#[pymethods]
|
|
75
75
|
impl Cursor {
|
|
76
|
+
#[getter]
|
|
77
|
+
fn get_querystring(&self) -> Option<String> {
|
|
78
|
+
self.querystring.clone()
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
#[getter]
|
|
82
|
+
fn get_parameters(&self) -> Option<Py<PyAny>> {
|
|
83
|
+
self.parameters.clone()
|
|
84
|
+
}
|
|
85
|
+
|
|
76
86
|
#[getter]
|
|
77
87
|
fn get_array_size(&self) -> i32 {
|
|
78
88
|
self.array_size
|
|
@@ -3,7 +3,7 @@ use std::sync::Arc;
|
|
|
3
3
|
use futures::future;
|
|
4
4
|
use pyo3::{
|
|
5
5
|
pyclass, pymethods,
|
|
6
|
-
types::{PyAnyMethods, PyList, PyTuple},
|
|
6
|
+
types::{PyAnyMethods, PyList, PyListMethods, PyTuple},
|
|
7
7
|
Py, PyAny, PyErr, PyResult,
|
|
8
8
|
};
|
|
9
9
|
use tokio::sync::RwLock;
|
|
@@ -331,7 +331,7 @@ impl Transaction {
|
|
|
331
331
|
let mut futures = vec![];
|
|
332
332
|
if let Some(queries) = queries {
|
|
333
333
|
let gil_result = pyo3::Python::with_gil(|gil| -> PyResult<()> {
|
|
334
|
-
for single_query in queries.into_bound(gil).
|
|
334
|
+
for single_query in queries.into_bound(gil).iter() {
|
|
335
335
|
let query_tuple = single_query.downcast::<PyTuple>().map_err(|err| {
|
|
336
336
|
RustPSQLDriverError::PyToRustValueConversionError(format!(
|
|
337
337
|
"Cannot cast to tuple: {err}",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|