Skip to content

Releases: TheEightBot/TychoDB

release/develop/2021-10-28-01

28 Oct 16:40
Compare
Choose a tag to compare
Pre-release

Changes:

  • 5c7f8d1 updates sqlite packages to 2.0.7
  • ffa7959 force parameter values
  • 43e20a7 fixes up primary key definition
  • cbec63d more config updates for encrypted
  • 7e2a28a additional config updates to hopefully help encrypted builds
  • 00edd59 csproj configuration updates
  • b9cfe47 nuget the JsonSerializer package
  • faceab3 update cake build
  • 47896bd additional unit test
  • 908d96c reconfiguring and cleanup to help with build issues
See More
  • c4126e5 code cleanup
  • d3ba23b add support for partition deletion of blobs
  • 270d318 updated tests to compare SQLite-net
  • 4986ad9 updated transaction support
  • 43af51f update library to use persisted connection by default
  • 9d78337 Merge branch 'feature/encryption' into develop
  • 3727229 remove async DB calls
  • 1b08a18 Merge branch 'feature/encryption' into develop
  • b5bb618 Adds support for encrypted connections
  • ae12cbd Merge branch 'ferature/blob-support' into develop
  • 2a5f046 rename deletion commands
  • a9d4c00 reuse command
  • ab990a4 add prepare statements to selections
  • 94524e8 adds support for using a reusable StringBuilder for commands
  • db42be3 Merge branch 'ferature/blob-support' into develop
  • c48ebc3 initial blob support
  • f0f73a7 package updates
  • 3beab1a support for boolean value comparison
  • a6150e8 update newtonsoft json serialization
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
  • 959cd28 slight optimizations and cleanup to processing queue
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.

release/develop/2021-10-27-01

28 Oct 05:02
Compare
Choose a tag to compare
Pre-release

Changes:

  • 43e20a7 fixes up primary key definition
  • cbec63d more config updates for encrypted
  • 7e2a28a additional config updates to hopefully help encrypted builds
  • 00edd59 csproj configuration updates
  • b9cfe47 nuget the JsonSerializer package
  • faceab3 update cake build
  • 47896bd additional unit test
  • 908d96c reconfiguring and cleanup to help with build issues
  • c4126e5 code cleanup
  • d3ba23b add support for partition deletion of blobs
See More
  • 270d318 updated tests to compare SQLite-net
  • 4986ad9 updated transaction support
  • 43af51f update library to use persisted connection by default
  • 9d78337 Merge branch 'feature/encryption' into develop
  • 3727229 remove async DB calls
  • 1b08a18 Merge branch 'feature/encryption' into develop
  • b5bb618 Adds support for encrypted connections
  • ae12cbd Merge branch 'ferature/blob-support' into develop
  • 2a5f046 rename deletion commands
  • a9d4c00 reuse command
  • ab990a4 add prepare statements to selections
  • 94524e8 adds support for using a reusable StringBuilder for commands
  • db42be3 Merge branch 'ferature/blob-support' into develop
  • c48ebc3 initial blob support
  • f0f73a7 package updates
  • 3beab1a support for boolean value comparison
  • a6150e8 update newtonsoft json serialization
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
  • 959cd28 slight optimizations and cleanup to processing queue
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.

release/develop/2021-10-23-05

23 Oct 20:07
Compare
Choose a tag to compare
Pre-release

Changes:

  • cbec63d more config updates for encrypted
  • 7e2a28a additional config updates to hopefully help encrypted builds
  • 00edd59 csproj configuration updates
  • b9cfe47 nuget the JsonSerializer package
  • faceab3 update cake build
  • 47896bd additional unit test
  • 908d96c reconfiguring and cleanup to help with build issues
  • c4126e5 code cleanup
  • d3ba23b add support for partition deletion of blobs
  • 270d318 updated tests to compare SQLite-net
See More
  • 4986ad9 updated transaction support
  • 43af51f update library to use persisted connection by default
  • 9d78337 Merge branch 'feature/encryption' into develop
  • 3727229 remove async DB calls
  • 1b08a18 Merge branch 'feature/encryption' into develop
  • b5bb618 Adds support for encrypted connections
  • ae12cbd Merge branch 'ferature/blob-support' into develop
  • 2a5f046 rename deletion commands
  • a9d4c00 reuse command
  • ab990a4 add prepare statements to selections
  • 94524e8 adds support for using a reusable StringBuilder for commands
  • db42be3 Merge branch 'ferature/blob-support' into develop
  • c48ebc3 initial blob support
  • f0f73a7 package updates
  • 3beab1a support for boolean value comparison
  • a6150e8 update newtonsoft json serialization
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
  • 959cd28 slight optimizations and cleanup to processing queue
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.

release/develop/2021-10-23-04

23 Oct 20:01
Compare
Choose a tag to compare
Pre-release

Changes:

  • 7e2a28a additional config updates to hopefully help encrypted builds
  • 00edd59 csproj configuration updates
  • b9cfe47 nuget the JsonSerializer package
  • faceab3 update cake build
  • 47896bd additional unit test
  • 908d96c reconfiguring and cleanup to help with build issues
  • c4126e5 code cleanup
  • d3ba23b add support for partition deletion of blobs
  • 270d318 updated tests to compare SQLite-net
  • 4986ad9 updated transaction support
See More
  • 43af51f update library to use persisted connection by default
  • 9d78337 Merge branch 'feature/encryption' into develop
  • 3727229 remove async DB calls
  • 1b08a18 Merge branch 'feature/encryption' into develop
  • b5bb618 Adds support for encrypted connections
  • ae12cbd Merge branch 'ferature/blob-support' into develop
  • 2a5f046 rename deletion commands
  • a9d4c00 reuse command
  • ab990a4 add prepare statements to selections
  • 94524e8 adds support for using a reusable StringBuilder for commands
  • db42be3 Merge branch 'ferature/blob-support' into develop
  • c48ebc3 initial blob support
  • f0f73a7 package updates
  • 3beab1a support for boolean value comparison
  • a6150e8 update newtonsoft json serialization
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
  • 959cd28 slight optimizations and cleanup to processing queue
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.

release/develop/2021-10-23-03

23 Oct 19:34
Compare
Choose a tag to compare
Pre-release

Changes:

  • 00edd59 csproj configuration updates
  • b9cfe47 nuget the JsonSerializer package
  • faceab3 update cake build
  • 47896bd additional unit test
  • 908d96c reconfiguring and cleanup to help with build issues
  • c4126e5 code cleanup
  • d3ba23b add support for partition deletion of blobs
  • 270d318 updated tests to compare SQLite-net
  • 4986ad9 updated transaction support
  • 43af51f update library to use persisted connection by default
See More
  • 9d78337 Merge branch 'feature/encryption' into develop
  • 3727229 remove async DB calls
  • 1b08a18 Merge branch 'feature/encryption' into develop
  • b5bb618 Adds support for encrypted connections
  • ae12cbd Merge branch 'ferature/blob-support' into develop
  • 2a5f046 rename deletion commands
  • a9d4c00 reuse command
  • ab990a4 add prepare statements to selections
  • 94524e8 adds support for using a reusable StringBuilder for commands
  • db42be3 Merge branch 'ferature/blob-support' into develop
  • c48ebc3 initial blob support
  • f0f73a7 package updates
  • 3beab1a support for boolean value comparison
  • a6150e8 update newtonsoft json serialization
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
  • 959cd28 slight optimizations and cleanup to processing queue
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.

release/develop/2021-10-23-01

23 Oct 19:19
Compare
Choose a tag to compare
Pre-release

Changes:

  • faceab3 update cake build
  • 47896bd additional unit test
  • 908d96c reconfiguring and cleanup to help with build issues
  • c4126e5 code cleanup
  • d3ba23b add support for partition deletion of blobs
  • 270d318 updated tests to compare SQLite-net
  • 4986ad9 updated transaction support
  • 43af51f update library to use persisted connection by default
  • 9d78337 Merge branch 'feature/encryption' into develop
  • 3727229 remove async DB calls
See More
  • 1b08a18 Merge branch 'feature/encryption' into develop
  • b5bb618 Adds support for encrypted connections
  • ae12cbd Merge branch 'ferature/blob-support' into develop
  • 2a5f046 rename deletion commands
  • a9d4c00 reuse command
  • ab990a4 add prepare statements to selections
  • 94524e8 adds support for using a reusable StringBuilder for commands
  • db42be3 Merge branch 'ferature/blob-support' into develop
  • c48ebc3 initial blob support
  • f0f73a7 package updates
  • 3beab1a support for boolean value comparison
  • a6150e8 update newtonsoft json serialization
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
  • 959cd28 slight optimizations and cleanup to processing queue
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.

release/develop/2021-10-01-01

01 Oct 14:44
Compare
Choose a tag to compare
Pre-release

Changes:

  • ae12cbd Merge branch 'ferature/blob-support' into develop
  • 2a5f046 rename deletion commands
  • a9d4c00 reuse command
  • ab990a4 add prepare statements to selections
  • 94524e8 adds support for using a reusable StringBuilder for commands
  • db42be3 Merge branch 'ferature/blob-support' into develop
  • c48ebc3 initial blob support
  • f0f73a7 package updates
  • 3beab1a support for boolean value comparison
  • a6150e8 update newtonsoft json serialization
See More
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
  • 959cd28 slight optimizations and cleanup to processing queue
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.

release/develop/2021-09-30-01

01 Oct 02:09
Compare
Choose a tag to compare
Pre-release

Changes:

  • db42be3 Merge branch 'ferature/blob-support' into develop
  • c48ebc3 initial blob support
  • f0f73a7 package updates
  • 3beab1a support for boolean value comparison
  • a6150e8 update newtonsoft json serialization
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
See More
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
  • 959cd28 slight optimizations and cleanup to processing queue
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.

release/develop/2021-09-01-03

01 Sep 21:03
Compare
Choose a tag to compare
Pre-release

Changes:

  • 3beab1a support for boolean value comparison
  • a6150e8 update newtonsoft json serialization
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
See More
  • 959cd28 slight optimizations and cleanup to processing queue
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.

release/develop/2021-09-01-02

01 Sep 16:19
Compare
Choose a tag to compare
Pre-release

Changes:

  • a6150e8 update newtonsoft json serialization
  • daefaa2 updating insertion, transactions, and unit tests
  • ca74680 SQLite package update
  • 7fadc9a update member expression to work with value types
  • 674d1bf filtering tweak to cake build
  • 143bf2c update packaging specifier
  • c0725f5 benchmarking
  • cae9ee7 split out serializer into new components and small cleanup
  • 385dcc7 optimize query path builder
  • 959cd28 slight optimizations and cleanup to processing queue
See More
  • 095b028 add support for identifying numeric properties to filter
  • 7d6b3dc additional unit tests
  • 25da8ab add support for inner list queries, deletion, better command building
  • 2f7a713 update microsoft.data.sqlite
  • 0298e95 add benchmarks
  • 934bc58 update xamarin.forms
  • 796533e update packaging reference
  • 333342a fixup build for cake
  • d9d0753 remove license check
  • 52adc61 update release build configurations
  • c733c64 adding build configurations
  • e04854a Merge branch 'feature/initial-release-cleanup' into develop
  • 5988128 type registration, better connection support, clean-up support, indexing
  • 70be65d rename category to partition
  • b4ef0bd make processing queue readonly
  • 80df3b1 fix data property name
  • d49b5f3 update sample projects
  • ff2ce3f resolve test issues
  • b94c053 First-Pass setup of Tycho components

This list of changes was auto generated.