-
In #132 it was decided to use `nullable` over `not_null` to set column nullability in `create_table`, `add_column` and `alter_column` operations, for example:
```
{
"name": "03_add_column_to_pr…
-
### Description
After upgrading from dotnet 8 to dotnet 9 our applications don't work anymore. This is because we are using HttpClient generation with NSwag and unknown objects are serialized to `Jso…
-
I am seeing `provider::assert::null` returning false when given a `null` value. Here is a simple example.
```hcl
# main.tf
terraform {
required_providers {
assert = {
source = "ha…
-
Found by code inspection:
With null analysis enabled, we report two warnings in foo(Object) `Null comparison always yields false: The variable o cannot be null at this location` but none in foo(X)…
-
In the web environment, we often get this error:
```
The following TypeErrorImpl was thrown running a test (but after
the test had completed):
Unexpected null value.
When the exception was th…
-
### Issue description
I get a nullness warning with the following:
```
let dispose (x: IDisposable | null) : unit =
match x with
| null -> ()
| d -> d.Dispose()
let useThing (thing: #IDi…
-
iI put the render control in the tab but it doesn't show up.
I loaded the 3d data into memory.
but vs report vtkrenderwindow is null.
if i frist show the rendercontrol in the mianform. it runs no…
-
-
### What happens?
```sql
SELECT 1 in [0, NULL], 1 in (0, NULL)
```
returns `false, NULL`. Since the latter came first, I guess the consistency should sadly be resolved in the latter's favor? Alt…
-
I get "Null check operator used on a null value" when trying to verify the idtoken issued from a web firebase sdk (official).
## StackTrace
#0 new DecodedIdToken.fromMap (package:dart_fireb…