issues
search
ThibTrip
/
pangres
SQL upsert using pandas DataFrames for PostgreSQL, SQlite and MySQL with extra features
The Unlicense
229
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add Literal type hinting for `if_row_exists` arg
#85
DeflateAwning
opened
11 months ago
1
Add more helpful error message for UnnamedIndexLevelsException
#84
DeflateAwning
opened
1 year ago
1
Add `__all__` with list of exports for static type checking
#83
DeflateAwning
closed
1 year ago
1
"upsert" is not exported from module "pangres" (PyrightreportPrivateImportUsage)
#82
DeflateAwning
closed
1 year ago
2
Remove sqlalchemy warning (`declarative_base` was moved)
#81
ThibTrip
closed
1 year ago
1
Add tests for Python 3.12 in CI
#80
ThibTrip
closed
1 year ago
1
Test changes in pr 75
#79
ThibTrip
closed
1 year ago
2
Switch to GitHub actions
#78
ThibTrip
closed
1 year ago
1
POC: Switch to GitHub actions
#77
ThibTrip
closed
1 year ago
2
Add minimal example in wiki
#76
ThibTrip
closed
1 year ago
1
Deprecated pkg_resources
#75
markm-io
closed
1 year ago
3
Minimum viable documentation
#74
triberichard
closed
1 year ago
1
Fixes failing tests for pandas 2.0
#73
ThibTrip
closed
1 year ago
0
Postgres upsert with only partial column list specified fails
#72
DeflateAwning
closed
1 year ago
3
Fix compatibility with Pandas 2.0+
#71
lordsutch
closed
1 year ago
1
Don't work with Pandas 2.0
#70
tiokouBrice
closed
1 year ago
1
Feature Request: add a return value from `pangres.upsert` that shows how many rows were inserted, updated, etc.
#69
DeflateAwning
closed
1 year ago
1
AttributeError: 'Distribution' object has no attribute 'convert_2to3_doctests'
#68
ManPython
closed
1 year ago
7
[FEAT] Add compatibility for sqlalchemy2
#67
ThibTrip
closed
1 year ago
1
sqlalchemy 2 Connectable
#66
ryw
closed
1 year ago
2
[DOC] Add example notebook for tqdm
#65
ThibTrip
closed
1 year ago
1
[Question] Array Type upsert could not work.
#64
smdmts
closed
1 year ago
2
Add example for using a tqdm progress bar with pangres.upsert
#63
nacho53dolt
closed
1 year ago
3
Workaround for Access?
#62
Codein99
opened
2 years ago
0
Preventing Alembic entering undesired log entries?
#61
chrisjdixon
closed
1 year ago
7
Cannot insert into column "id"
#60
imomin
closed
2 years ago
4
[TESTS] Tests overhaul
#59
ThibTrip
closed
2 years ago
1
Changelog (releases)
#58
frainfreeze
closed
2 years ago
4
Fix bad strategy of temporarily replacing async engines with synchronous engines in tests
#57
ThibTrip
closed
2 years ago
0
MySQL creating undesired auto incrementing primary keys
#56
ThibTrip
closed
2 years ago
0
[FEAT] Add `pangres.aupsert` (async variant)
#55
ThibTrip
closed
2 years ago
2
Get rid of the LooseVersion warning
#54
ThibTrip
closed
2 years ago
0
[CORE] Directly move to v4
#53
ThibTrip
closed
2 years ago
0
[CORE] Default `chunksize` to `None`
#52
ThibTrip
closed
2 years ago
0
Set default `chunksize` to None
#51
ThibTrip
closed
2 years ago
0
[FEAT] Add transaction and connection control
#50
ThibTrip
closed
2 years ago
1
Regarding limit of Upserting
#49
Tikazuz
closed
2 years ago
4
[FEAT] Run all of pangres' operations at connection level and within a transaction
#48
ThibTrip
closed
2 years ago
2
Add async support?
#47
ThibTrip
closed
2 years ago
1
Using a transaction with only one connection
#46
ThibTrip
closed
2 years ago
0
[FIX] allow more SQL parameters for sqlite >= 3.22.0
#45
ThibTrip
closed
2 years ago
1
Option to Disable commit in execute()
#44
ludz-lim
closed
2 years ago
5
SQLite3 Limit & Performance
#43
ludz-lim
closed
2 years ago
0
[FEAT] Adding async to pangres :rocket: ???
#42
ThibTrip
closed
2 years ago
2
[FEAT] Make the library compatible with sqlalchemy v2
#41
ThibTrip
closed
3 years ago
1
[CORE] New structure in preparation for Sqlalchemy v2.0 and asynchronous upsert
#40
ThibTrip
closed
3 years ago
1
Does not upsert
#39
igorwolford
closed
3 years ago
3
Upsert raises Index Error :
#38
jv1808
closed
3 years ago
3
[Question] Is there any plan for testing upsert with sqlalchemy 2.0 API?
#37
jensqin
closed
3 years ago
1
Update Wiki link to Pandas getting started guide
#36
ahmedsajid
closed
3 years ago
1
Next