Skip to content

Commit 3412924

Browse files
authored
Merge pull request #45 from roed314/no_reindex
Remove reindex option from reload_all
2 parents 0be08f9 + 28224b8 commit 3412924

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

psycodict/database.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,6 @@ def reload_all(
999999
data_folder,
10001000
halt_on_errors=True,
10011001
resort=None,
1002-
reindex=True,
10031002
restat=None,
10041003
adjust_schema=False,
10051004
sequential_swap=False,
@@ -1018,7 +1017,7 @@ def reload_all(
10181017
10191018
INPUTS passed to `reload` function in `PostgresTable`:
10201019
1021-
- ``resort``, ``reindex``, ``restat``, ``adjust_schema``, and any extra keywords
1020+
- ``resort``, ``restat``, ``adjust_schema``, and any extra keywords
10221021
10231022
10241023
@@ -1161,7 +1160,6 @@ def reload_all(
11611160
table.reload(
11621161
*filedata,
11631162
resort=resort,
1164-
reindex=reindex,
11651163
restat=restat,
11661164
final_swap=False,
11671165
silence_meta=True,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "psycodict"
7-
version = "0.1.12"
7+
version = "0.1.13"
88
description = "dictionary-based python interface to PostgreSQL databases"
99
authors = [{name = "David Roe", email = "roed.math@gmail.com"}, {name = "Edgar Costa", email = "edgarc@mit.edu"}]
1010
license = {text = "GPL v2+"}

0 commit comments

Comments
 (0)