Releases: TheEightBot/TychoDB
Releases · TheEightBot/TychoDB
release/develop/2022-01-20-10
Changes:
- 8f105fa update tycho disconnect
- edb9daf object mapping optimizations
- ac4b9d6 fix generic object mapping
- fe025ee added object comparison for registered types
- 6df5b71 changes delete to just return count
- 453395a additional generics support
- b7e86e0 update to support generics
- 80ffbe6 add better interaction methods for objects
- e53c74d update filter builder to be more fluent styled
- dc2ae17 update class exposure
See More
- 0d07c6c expose some type information
- d1bcf39 remove cache size
- 294ba2a add sync create index call
- 6fa3818 add support for indexes over multiple properties
- a09e27e adds support for count and exists
- de5b7cc updates tycho packages to latest 5 version
- b619c3b remove type registration indexers
- 060cb6e adds support for required type registration
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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/2022-01-20-09
Changes:
- edb9daf object mapping optimizations
- ac4b9d6 fix generic object mapping
- fe025ee added object comparison for registered types
- 6df5b71 changes delete to just return count
- 453395a additional generics support
- b7e86e0 update to support generics
- 80ffbe6 add better interaction methods for objects
- e53c74d update filter builder to be more fluent styled
- dc2ae17 update class exposure
- 0d07c6c expose some type information
See More
- d1bcf39 remove cache size
- 294ba2a add sync create index call
- 6fa3818 add support for indexes over multiple properties
- a09e27e adds support for count and exists
- de5b7cc updates tycho packages to latest 5 version
- b619c3b remove type registration indexers
- 060cb6e adds support for required type registration
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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/2022-01-20-08
Changes:
- ac4b9d6 fix generic object mapping
- fe025ee added object comparison for registered types
- 6df5b71 changes delete to just return count
- 453395a additional generics support
- b7e86e0 update to support generics
- 80ffbe6 add better interaction methods for objects
- e53c74d update filter builder to be more fluent styled
- dc2ae17 update class exposure
- 0d07c6c expose some type information
- d1bcf39 remove cache size
See More
- 294ba2a add sync create index call
- 6fa3818 add support for indexes over multiple properties
- a09e27e adds support for count and exists
- de5b7cc updates tycho packages to latest 5 version
- b619c3b remove type registration indexers
- 060cb6e adds support for required type registration
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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/2022-01-20-07
Changes:
- fe025ee added object comparison for registered types
- 6df5b71 changes delete to just return count
- 453395a additional generics support
- b7e86e0 update to support generics
- 80ffbe6 add better interaction methods for objects
- e53c74d update filter builder to be more fluent styled
- dc2ae17 update class exposure
- 0d07c6c expose some type information
- d1bcf39 remove cache size
- 294ba2a add sync create index call
See More
- 6fa3818 add support for indexes over multiple properties
- a09e27e adds support for count and exists
- de5b7cc updates tycho packages to latest 5 version
- b619c3b remove type registration indexers
- 060cb6e adds support for required type registration
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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/2022-01-20-06
Changes:
- 6df5b71 changes delete to just return count
- 453395a additional generics support
- b7e86e0 update to support generics
- 80ffbe6 add better interaction methods for objects
- e53c74d update filter builder to be more fluent styled
- dc2ae17 update class exposure
- 0d07c6c expose some type information
- d1bcf39 remove cache size
- 294ba2a add sync create index call
- 6fa3818 add support for indexes over multiple properties
See More
- a09e27e adds support for count and exists
- de5b7cc updates tycho packages to latest 5 version
- b619c3b remove type registration indexers
- 060cb6e adds support for required type registration
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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/2022-01-20-05
Changes:
- 453395a additional generics support
- b7e86e0 update to support generics
- 80ffbe6 add better interaction methods for objects
- e53c74d update filter builder to be more fluent styled
- dc2ae17 update class exposure
- 0d07c6c expose some type information
- d1bcf39 remove cache size
- 294ba2a add sync create index call
- 6fa3818 add support for indexes over multiple properties
- a09e27e adds support for count and exists
See More
- de5b7cc updates tycho packages to latest 5 version
- b619c3b remove type registration indexers
- 060cb6e adds support for required type registration
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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/2022-01-20-04
Changes:
- b7e86e0 update to support generics
- 80ffbe6 add better interaction methods for objects
- e53c74d update filter builder to be more fluent styled
- dc2ae17 update class exposure
- 0d07c6c expose some type information
- d1bcf39 remove cache size
- 294ba2a add sync create index call
- 6fa3818 add support for indexes over multiple properties
- a09e27e adds support for count and exists
- de5b7cc updates tycho packages to latest 5 version
See More
- b619c3b remove type registration indexers
- 060cb6e adds support for required type registration
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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/2022-01-20-03
Changes:
- 80ffbe6 add better interaction methods for objects
- e53c74d update filter builder to be more fluent styled
- dc2ae17 update class exposure
- 0d07c6c expose some type information
- d1bcf39 remove cache size
- 294ba2a add sync create index call
- 6fa3818 add support for indexes over multiple properties
- a09e27e adds support for count and exists
- de5b7cc updates tycho packages to latest 5 version
- b619c3b remove type registration indexers
See More
- 060cb6e adds support for required type registration
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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/2022-01-20-02
Changes:
- e53c74d update filter builder to be more fluent styled
- dc2ae17 update class exposure
- 0d07c6c expose some type information
- d1bcf39 remove cache size
- 294ba2a add sync create index call
- 6fa3818 add support for indexes over multiple properties
- a09e27e adds support for count and exists
- de5b7cc updates tycho packages to latest 5 version
- b619c3b remove type registration indexers
- 060cb6e adds support for required type registration
See More
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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/2022-01-20-01
Changes:
- 0d07c6c expose some type information
- d1bcf39 remove cache size
- 294ba2a add sync create index call
- 6fa3818 add support for indexes over multiple properties
- a09e27e adds support for count and exists
- de5b7cc updates tycho packages to latest 5 version
- b619c3b remove type registration indexers
- 060cb6e adds support for required type registration
- 77972b9 fix DOB unit test
- 40d1f99 more accurate insertion test
See More
- f0d3041 better handling for datetimes
- 212ced3 update Json serializer
- dfa8fc0 actually sets a uint value
- e4e812f make cache size optional
- efe8db7 added ability to control cache size
- 564bfd4 only do a single prepare
- a19cba0 fixes spelling
- 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
- 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.