issues
search
M1ha-Shvn
/
django-pg-bulk-update
Django manager for performing bulk update operations in PostgreSQL database
BSD 3-Clause "New" or "Revised" License
39
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix: Ensure compatibility with Psycopg 3 by updating server_version access
#98
LorenzoProd
closed
4 months ago
1
Psycopg3 | 'Connection' object has no attribute 'server_version'
#97
LorenzoProd
closed
4 months ago
5
DateTimeField with auto_now_add=True option can not be updated with value
#96
M1ha-Shvn
opened
10 months ago
1
1. Added django 5.0 CI
#95
M1ha-Shvn
closed
10 months ago
0
Update testing versions
#94
M1ha-Shvn
closed
1 year ago
0
Fix bug in pdnf_clause if empty data is passed (issue #92)
#93
M1ha-Shvn
closed
1 year ago
0
empty field_values in pdnf_clause leads to all records selected, not empty
#92
M1ha-Shvn
closed
10 months ago
1
Ability to add `supported_field_classes` attribute as python path or class object to set function
#91
M1ha-Shvn
closed
2 years ago
0
Add check for parent classes
#90
VrobDav
closed
2 years ago
4
Update or create with key_fields doesn't allow use of returning='*'
#89
Toika
closed
2 years ago
1
Added ability to add BulkValue() into django expression
#88
M1ha-Shvn
closed
2 years ago
0
Added django 4.0 to tests in github actions
#87
M1ha-Shvn
closed
2 years ago
0
Issue 83
#86
M1ha-Shvn
closed
2 years ago
1
Issue #84
#85
M1ha-Shvn
closed
2 years ago
0
Support for UUID primary keys
#84
dhendry
closed
2 years ago
4
Switch back to psycopg2 (non-binary) dependency
#83
kjfl
closed
2 years ago
3
Ability to use optional BulkValue() combinable in django set function expressions
#82
M1ha-Shvn
closed
2 years ago
1
Added ability to use django expressions as set functions
#81
M1ha-Shvn
closed
3 years ago
0
Wrote tests for issue-70 + some minor refactoring
#80
M1ha-Shvn
closed
3 years ago
0
Fix issue 71: conflict of AutoNow set functions and explicitly set date or time
#79
M1ha-Shvn
closed
3 years ago
0
Issue 76
#78
M1ha-Shvn
closed
3 years ago
0
Attempt to allow setting of auto_now fields
#77
dhendry
closed
3 years ago
4
It is not possible to explicitly set the value of `auto_now` or `auto_now_add` fields, even when passing a set function
#76
dhendry
closed
3 years ago
3
Added docker test environment
#75
M1ha-Shvn
closed
3 years ago
0
Added tests in GitHub actions for django 3.2
#74
M1ha-Shvn
closed
3 years ago
1
Fix code examples in comments
#73
bparmentier
closed
3 years ago
2
Support Django 3.2?
#72
bluesurfer
closed
3 years ago
2
Field with auto_now_add can fail, if for it is passed inside value
#71
M1ha-Shvn
closed
3 years ago
1
DateField used with auto_now can set wrong date when django timezone is not UTC
#70
M1ha-Shvn
closed
3 years ago
1
Update README.md
#69
jackton1
closed
3 years ago
0
Removed unnecessary dependencies in new python versions
#68
M1ha-Shvn
closed
3 years ago
0
Typing module don't need for Python 3.8
#67
makarovstas
closed
3 years ago
9
Issue 63
#66
M1ha-Shvn
closed
3 years ago
0
Move testing to GitHub Actions
#65
M1ha-Shvn
closed
3 years ago
0
Fix for Issue #63: SQL generation fails when the model table name is already quoted
#64
ryanhennig
closed
3 years ago
2
SQL generation fails when the model table name is already quoted
#63
ryanhennig
closed
3 years ago
2
Auto now fix/issue 55
#62
M1ha-Shvn
closed
4 years ago
0
Django 3.1 compatiblity
#61
M1ha-Shvn
closed
4 years ago
0
Update README.md
#60
dany-nonstop
closed
4 years ago
1
Error in documentation
#59
RybtsovSergey
closed
4 years ago
1
Optimizing passing default values to create operations
#58
M1ha-Shvn
closed
4 years ago
0
Does this library supports Table with Json fields too. ??
#57
awemulya
closed
4 years ago
5
Fixed bug in bulk_update_or_create query when update=False and return…
#56
M1ha-Shvn
closed
4 years ago
0
auto_now and auto_now_add are ignored
#55
M1ha-Shvn
closed
4 years ago
2
Bulk create
#54
M1ha-Shvn
closed
4 years ago
0
Optimized default fields in bulk_update_or_create
#53
M1ha-Shvn
closed
4 years ago
0
Fixed issue #51
#52
M1ha-Shvn
closed
4 years ago
1
Twice value format before saving
#51
kids300
closed
4 years ago
3
Changing versions in testing
#50
M1ha-Shvn
closed
4 years ago
0
Adding array_remove set_function for array field
#49
roveil
closed
4 years ago
0
Next