0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[maven-release-plugin] prepare for next development iteration More... 2 months ago
[maven-release-plugin] prepare release csvjdbc-1.0.42 More... 2 months ago
Merge pull request #97 from simoc/add-random-function More... 2 months ago
Remember random generated for each row More... 2 months ago
Extended testRandomFunction to check second access More... 2 months ago
Merge branch 'master' of https://github.com/simoc/csvjdbc into add-random-function More... 2 months ago
Merge pull request #95 from simoc/add-line-number-function More... 2 months ago
Merge branch 'master' of https://github.com/simoc/csvjdbc into add-line-number-function More... 2 months ago
LINE_NUMBER() should return NULL if GROUP BY More... 2 months ago
Added unit test testOrderByRandomFunction More... 2 months ago
Re-add ROUND definition in where.jj More... 2 months ago
Added RANDOM() SQL function More... 2 months ago
Check LINE_NUMBER() returns NULL in test if agg function used More... 2 months ago
Clarify LINE_NUMBER() returns NULL if no corresponding row in CSV More... 2 months ago
Refactor adding line number to env into new addLineNumberEnvironment() More... 2 months ago
Added test testLineNumbersWhereOrderBy More... 2 months ago
Merge pull request #96 from simoc/update-actions-node-js-20 More... 3 months ago
update actions to use Node.js 20, as suggested by GitHub More... 3 months ago
Clarify LINE_NUMBER() function returning 0 in documentation More... 3 months ago
Add LINE_NUMBER() to list of functions in documentation More... 3 months ago
Added test testLineNumbersScrollable More... 3 months ago
Add member CsvResultSet.nonMatchingRows to count rows not matching WHERE More... 3 months ago
Remove duplicate asserts in testLineNumbersOrderBy More... 3 months ago
Remove commented out line More... 3 months ago
Added LINE_NUMBER() SQL function More... 3 months ago
Fix spelling of concatenation in doc.md More... 5 months ago
Merge pull request #92 from simoc/doc-modulo More... 5 months ago
Document non-obvious modulo, string concatenation operators More... 5 months ago
Merge pull request #89 from simoc/sqlexception-for-array-type-mismatch More... 5 months ago
Include array indexes of mismatching elements in SQLException More... 5 months ago