StrangerData icon indicating copy to clipboard operation
StrangerData copied to clipboard

:alien: A .NET database populator for testing purposes

Results 11 StrangerData issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

References: - https://github.com/dotnet/SqlClient/issues/1930 - https://github.com/dotnet/runtime/issues/86969 Fix suggestion: - Change System.Data.SqlClient to Microsoft.Data.SqlClient latest version (5.2.0), that fixes the compatibility issue in .NET 8

I believe it happened after the org migration.

Resolvendo problemas do issue #23

I'm getting an overflow error when a use any scale in a Double column.

I've got a table A referenced by B, and b can be referenced by A (nullable column). Stranger data is infinite looping through this creation,

When autamaticaly creating a data to a NType (Nchat, nvarchar, ntext) column, i'm getting a truncate message.

Estou com um problema onde estou chamando o metodo .CreateOne() esta me retornando o seguinte Exception: Incorrect syntax near ')'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception,...

I'd like to suggest the addition of an option to do a cascade delete during teardown. When cascade delete is enabled, the teardown process should check whether the item it...