James Dunkerley

Results 62 issues of James Dunkerley

### Pull Request Description - Added `databases`, `database`, `set_database`. - Added `schemas`, `schema`, `set_schema`. - Added `table_types`, - Moved the vast majority of the connection work into a lower level...

### Pull Request Description ### Important Notes ### Checklist Please include the following checklist in your PR: - [ ] The documentation has been updated if necessary. - [ ]...

Not sure how easy to produce but would be nice to have a TypeScript type definition file

enhancement

[ci no changelog needed] ### Pull Request Description Use an `ArraySlice` to slice `Vector`. Avoids memory copying for the slice function. ### Important Notes | Test | Ref | New...

### Pull Request Description ### Important Notes ### Checklist Please include the following checklist in your PR: - [ ] The documentation has been updated if necessary. - [ ]...

Basic Decimal type with a BigDecimal backing field inside. - Needs to support scale. Following operators should work: +, -, /, *, %, Additionally, they should support all the comparison...

-libs

Currently, we have `Column.running statistic:Statistic name:Text -> Column = ...` allowing for computing a single running statistic such as maximum and minimum. This ticket is to add a table version...

x-new-feature
-libs
x-design

iff 1/2 cols then enable colour, size, shape, axes selection (b) dropdowns for each with default name entered new zoom icon, not search icon add double click to get row...

d-easy
p-medium
x-new-feature
-libs
-viz

When visualizing a single value like the row count, we should be able to make the vis only one line high. Currently minimum size is a lot larger.

d-easy
p-medium
x-new-feature
-gui

### Pull Request Description - Added a new `Rows_To_Read` type with conversions from `Nothing` and integers. - Updated `read` on `Table`, `Column`, `DB_Table` and `DB_Column`. - Updated `Delimited_Format.Delimited` to use...

CI: Ready to merge
CI: No changelog needed