Bilal Kahraman

Results 4 issues of Bilal Kahraman

### Describe the bug I am trying to simulate basic arm, takeoff and draw a circle with PX4 plane. It arms and takeoff properly. However, when takeoff is completed, it...

stale
bug-report

### Description T-SQL parity for `real/float`: reject special literals; add safe casts - What: String→`real/float` casts now reject `NaN`/`Infinity`/`inf` (T-SQL doesn’t allow them). `TRY_CAST` returns `NULL` instead of accepting those...

### What happened? In T-SQL, there’s no textual representation for non-finite floating values (NaN, Infinity, -Infinity). Attempts to cast such strings to float/real should fail. In Babelfish, the same inputs...

bug

### What happened? In T-SQL it is valid to store and query strings containing the null byte (0x00). However, in Babelfish for PostgreSQL, attempts to insert or handle such values...

bug
question