Skip to content
Changes
- Handle non-nullable string type. (commit: 4f1807c)
—
Mike Dawson /
githubweb
- Add DoorOffsetLimitRemoteMediator state (commit: 533d8de)
—
Mike Dawson /
githubweb
- Update handling of missing server side parameters. (commit: b5afa11)
—
Mike Dawson /
githubweb
- Fix select views when Android databases are upgraded. (commit: ff7408a)
—
Mike Dawson /
githubweb
- Add additional debug logging. (commit: bf6a7bc)
—
Mike Dawson /
githubweb
- Update handling receiving entities for insert into receive view. (commit: 938b5f3)
—
Mike Dawson /
githubweb
- Add support for multiple primary keys on replicate entities (commit: 098f7a0)
—
Mike Dawson /
githubweb
- Fix handling of nullable primitive types on ReplicateEntity. (commit: 0d117b9)
—
Mike Dawson /
githubweb
- Add support for composite primary keys with up to four fields. (commit: 3125f24)
—
Mike Dawson /
githubweb
- Handle SQL parser errors on update/insert statements and improve handling of query error output. (commit: e439bb2)
—
Mike Dawson /
githubweb
- Add support for ignore insert conflict. (commit: 032b04c)
—
Mike Dawson /
githubweb
- Add default column info value to OutgoingReplication additional primary key fields to ensure database migration check passes. (commit: 10a41e1)
—
Mike Dawson /
githubweb
- Update validation processor error output to include exception message. (commit: 9e821ef)
—
Mike Dawson /
githubweb
- Fix replication of nullable primitive fields. (commit: 03775f8)
—
Mike Dawson /
githubweb
- Improve documentation for paging source and remote mediator. Add PagingSourceWithHttpLoader interface. (commit: 2e5c330)
—
Mike Dawson /
githubweb
- Add DelegatedInvalidationPagingSource (commit: 5dd2398)
—
Mike Dawson /
githubweb
- Minor error message update on DoorDatabaseReplicationExt (commit: c35d759)
—
Mike Dawson /
githubweb
- Add support to use paging offset and paging limit parameters on HttpServerFunction. (commit: 8ad39cc)
—
Mike Dawson /
githubweb
- Initial implementation of paging RemoteMediator (commit: 67862f5)
—
Mike Dawson /
githubweb
- Update to Kotlin 1.9.23 (commit: 27fe4a6)
—
Mike Dawson /
githubweb
- Update to Kotlin 1.9.23 (commit: fedda3e)
—
Mike Dawson /
githubweb
- Move DoorPagingUtil to common. Add FilterPagingSource and PagingSourceInterceptor (commit: 6aacb8b)
—
Mike Dawson /
githubweb
- Add DoorOffsetLimitRemoteMediator to Door. Remove old RemoteMediator. (commit: 8462657)
—
Mike Dawson /
githubweb
- Add DoorOffsetLimitRemoteMediatorTest (commit: 436614a)
—
Mike Dawson /
githubweb
- Bump version (commit: 0b08e2c)
—
Mike Dawson /
githubweb
- Move all versions into TOML. (commit: b1de368)
—
Mike Dawson /
githubweb
- Update validator to ensure that any exception processing the annotation is caught and the node that caused the exception is passed to the logger. (commit: 56fc0f1)
—
Mike Dawson /
githubweb
- Update server sent events endpoint to set nostore instead of no-cache on cache-control header. (commit: b3773a7)
—
Mike Dawson /
githubweb
- Add options to dropDoorTriggersAndReceiveViews so it can be used by Ustad testserver controller to clear postgres databases. (commit: 9767c55)
—
Mike Dawson /
githubweb
- Add UPSERT template for trigger to handle generation of on conflict clauses for insert into remote view on postgres. (commit: 0a5f468)
—
Mike Dawson /
githubweb
- Fix Postgres triggers issue. (commit: 2e9825b)
—
Mike Dawson /
githubweb
- Fix Postgresql ReceiveView issue (commit: aa7f34f)
—
Mike Dawson /
githubweb
- Remove use of KTOR request setBody due to KTOR bug on JVM when Proguard is used. (commit: cb83439)
—
Mike Dawson /
githubweb
- Remove use of httpclient.body due to KTOR bug when used on JVM with Proguard. (commit: de647f2)
—
Mike Dawson /
githubweb
- Update proguard-rules to avoid proguard removing DoorWrapper constructor. (commit: e4b3386)
—
Mike Dawson /
githubweb