Results 56 comments of Jeronimo

thanks a lot for reporting it @zgalili it seems node sdk is not handling the TIMESTAMP data type for each row a SQLRowDescription is built at this line: https://github.com/codenotary/immudb-node/blob/6c637cdf358d069fc3aa41cfb0a32f0adab4d53b/src/client.ts#L1709 The...

It's important to fix and test TrustCenter and CAS without waiting for the next release

`--replication-master-port` may be missing, then automatic replication is not enabled. This is not related to new changes, we may need to add more validations on the parameters. Recently the expected...

thanks @miku !

thanks for proposing this idea. It's certainly a huge topic, with multiple approaches with different tradeoffs... happy to have discussions around this

> I'm not sure if implicit type conversions are a good idea. IMO it would be better to support explicit cast syntax. > > Explicit type conversions caused a lot...

test cases covering NaN and Infinity may be missing

> Hi @jeroiraz , > > ```sql > SELECT * FROM (N? (FORWARD|BACKWARD)? UPDATES (OFFSET M)? AT mytable) > ``` > > That query approach looks good. What if we...

thanks for reporting this @Razikus An ongoing PR may cover most of the cases already (https://github.com/codenotary/immudb/pull/1096), it may be merged into master soon