pgwui_core
2024-10-21 Karl O. PincBump version number to 0.28.0 master
2024-10-21 Karl O. PincBump version number to 0.27.0
2024-10-10 Karl O. PincBump version number to 0.26.0
2024-10-10 Karl O. PincAdd feature to upload missing column values as NULL
2024-10-08 Karl O. PincBump version number to 0.25.0
2024-10-08 Karl O. PincBump version number to 0.24.0
2024-10-08 Karl O. PincMake the "locals" dict always available for local templ...
2024-10-05 Karl O. PincBump version number to 0.23.0
2024-10-05 Karl O. PincBump version number to 0.22.0
2024-10-04 Karl O. PincBump version number to 0.21.0
2024-10-04 Karl O. PincBump version number to 0.20.0
2024-10-04 Karl O. PincInstall the extra testing dependencies when testing
2024-09-24 Karl O. PincHTML does not require the "checked" attribute have...
2024-09-14 Karl O. PincSupport executing SQL that returns rows
2024-09-14 Karl O. PincMove pgwui_core SQL related code into it's own module
2024-09-14 Karl O. Pincpg_host and pg_port are always added by pgwui_server
2024-08-27 Karl O. PincGenerate new CRSF token once per session instead of...
2024-08-20 Karl O. PincBump version number to 0.19.0
2024-08-19 Karl O. PincBump version number to 0.18.0
2024-08-13 Karl O. PincHave a separate module for forms
2024-08-05 Karl O. PincBump version number to 0.17.0
2024-08-05 Karl O. PincBump version number to 0.16.0
2024-08-05 Karl O. PincFix double-upload test by handling boolean post values
2024-07-16 Karl O. PincMove core utility functions into a separate module
2024-07-16 Karl O. PincConsistently use full path to refer to psycopg error...
2024-07-16 Karl O. PincImprove double-upload detection
2024-07-16 Karl O. PincRefactor to support state kept in both POST and session
2024-07-14 Karl O. PincThe reload button can also be used to re-submit an...
2024-07-14 Karl O. PincImproved internal docs
2024-07-14 Karl O. PincImproved python
2024-06-23 Karl O. PincBump version number to 0.15.0
2024-06-22 Karl O. PincAvoid crash when a psycopg DatabaseError has no info...
2024-06-22 Karl O. Pincpsycopg2 -> psycopg3 API change
2024-06-22 Karl O. PincUse immediate assignments
2024-06-22 Karl O. PincAdjust for YAML config booleans being actual booleans
2024-06-21 Karl O. PincFix conditional yamllint execution
2024-06-21 Karl O. PincAvoid rebuilding packages when running check targets
2024-06-21 Karl O. PincRun yamllint when checking
2024-06-19 Karl O. PincBetter class docs
2024-03-28 Karl O. PincBump version number to 0.14.0
2024-03-28 Karl O. PincUse "build" to build packages; add a pyproject.toml...
2024-03-24 Karl O. PincDrop "register" targets; no longer supported at pypi
2024-03-22 Karl O. PincBump version number to 0.13.0
2024-03-21 Karl O. PincUse new attrs syntax
2024-03-18 Karl O. PincRemove unneeded __future__ imports
2024-03-18 Karl O. PincChange super() calls from python2 style to python3
2024-03-05 Karl O. PincDrop Python 3.6 support; psycopg3 does not support it
2024-03-05 Karl O. PincTrap and do basic reporting on encoding exceptions...
2024-03-05 Karl O. PincDocument restrictions on ParameterExecutor() use
2024-03-05 Karl O. PincFix typo in UntranslatableCharacter exception name
2024-03-03 Karl O. Pinccall_alter_db() -> _call_alter_db(): name as internal...
2024-03-02 Karl O. PincUse the new attrs API on SQLCommand classes
2024-02-24 Karl O. PincRefactor encoding errors when using parameterized sql
2024-02-23 Karl O. PincSet client-side connection encoding
2024-02-23 Karl O. PincBetter code formatting
2024-02-23 Karl O. PincUpgrade from psycopg2 to psycopg3; drop python <= v3...
2024-02-23 Karl O. PincSwitch from the depreciated cgi module to the html...
2021-06-03 Karl O. PincBump version number to 0.12.0
2021-06-03 Karl O. PincContinue processing file after an encoding error is...
2021-06-03 Karl O. PincConsolidate exception handling
2021-05-30 Karl O. PincBump version number to 0.11.0
2021-05-30 Karl O. PincTrap errors when translating into the db's encoding
2021-05-09 Karl O. PincBump version number to 0.10.0
2021-05-09 Karl O. PincUse session to track whether login credentials are...
2021-04-30 Karl O. PincBetter code
2021-04-29 Karl O. PincTrap and report db errors during setup, i.e., factory...
2021-04-28 Karl O. PincName exception SetupError instead of Error
2021-04-23 Karl O. PincSpelling
2021-04-23 Karl O. PincCatch all errors (!)
2021-01-26 Karl O. PincChange component name from pgwui_testing to pgwui_develop
2021-01-24 Karl O. PincBump version number to 0.9.0
2021-01-24 Karl O. PincAdd the table as a mixin to the initial post
2021-01-24 Karl O. PincBump version number to 0.8.0
2021-01-23 Karl O. PincUpdate copyright statements
2021-01-23 Karl O. PincAttach the initial post to my form class, not WTForms...
2021-01-23 Karl O. PincUse attrs and modernize form classes
2021-01-22 Karl O. PincModernize initial form value classes with attrs module
2021-01-22 Karl O. PincInstantiate initial form values when form is instantiat...
2021-01-22 Karl O. PincUse instances for initial values
2021-01-22 Karl O. PincFix so initial form values are used
2021-01-19 Karl O. PincAllow for "chaining"
2021-01-18 Karl O. PincBump version number to 0.7.0
2021-01-18 Karl O. PincClass to test for too few columns in param substition
2021-01-13 Karl O. PincClose file after uploading
2021-01-13 Karl O. PincAdd hooks for opening and closing the uploaded file
2021-01-05 Karl O. PincDetect binary file uploads
2021-01-02 Karl O. PincMake the DBHandler class hierarchy testable; separate...
2021-01-02 Karl O. PincDo iteration with standard coding idioms
2021-01-02 Karl O. PincAllow exception error descriptions to be extended
2020-12-28 Karl O. PincBreak initialization into smaller functions
2020-12-28 Karl O. PincChange some of the form classes from inheritence to...
2020-12-24 Karl O. PincHandle multiple errors from a get_data or factory or...
2020-12-10 Karl O. Pincmeme.com -> karlpinc.com
2020-12-09 Karl O. PincSupport tox against multiple Python versions using...
2020-12-09 Karl O. PincComponent name includes pgwui_ prefix
2020-12-09 Karl O. PincUpdate email address
2020-12-08 Karl O. PincBump version number to 0.6.0
2020-12-01 Karl O. PincMark unit and integration tests
2020-12-01 Karl O. PincAdjust for unit test marking
2020-11-24 Karl O. PincAdd check-debug target
next