Skip to content
Snippets Groups Projects
Select Git revision
  • development
  • master default protected
  • 0.4.0
  • 0.3.3
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.2.0
  • 0.1.0
9 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.09Jan15Sep1411Jun96430Jan292827235Dec21Nov20191317Oct11109732130Sep27261411620Aug191510954131Jul3023Jun2215131110929Mar2723Jan222019Dec23Nov2018Update readmedevelopment mas…development masterAdd python 3.11 to documented list of versionsUpdate version0.4.00.4.0Various updates and corrections to get MySQL logic working againAdd handling for ocassional incorrect quote handling during validationUpdate project dependenciesUpdate project version0.3.30.3.3Create test for known UPDATE query bugCorrect bug with VALUES clause and empty stringsUpdate query display to include data when possibleCorrect UnitTests to always try to reset databases for consistent initial stateUpdate for new version0.3.20.3.2Update "clause" tests to work slightly better across database typesAdd initial logic to allow disabling ClauseBuilder classesComment out additional debug linesAdjust ClauseBuilder variables in preparation to correct MySQL logic for changesCorrect PostgreSQL SELECT result bug, due to how it handles specific parensRemove many various debug print statementsCorrect type error causing failing testsProgress making WHERE builder tokenize_value() function self-recursiveImprove functionality in cases even when tokenizer breaks from specific charactersSignificant progress updating WHERE clause builder to be more versatileAdd UnitTests for using quote types within stringsUncomment out commented testCorrect more query types to more properly pass dataCorrect postgres UPDATE MANY query not properly passing dataImplement ValuesManyClauseBuilder for UPDATE MANY querySplit _to_array function validation logic in to separate functionPartially implement values clause sanitizationRework validation/sanitization functions into classesCorrect PostgreSQL update_many bug when using quoted columnsUpdate project version0.3.10.3.1Update base query functionCorrect INSERT syntax bug when columns are definedAdd partial rework of validation logicImport updated assertText function from DjangoETC packageUpdate package development dependenciesUpdate project version and version history0.3.00.3.0Correct handling of basic aggregation functionsAdd casting syntax handling for PostgreSQL