We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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, Action1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource1 completion, Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at StrangerData.SqlServer.SqlServerDialect.Insert(String tableName, IEnumerable1 tableSchemaInfo, IDictionary2 values) at StrangerData.DataFactory1.InsertValuesInDatabase(String tableName, IEnumerable1 tableSchemaInfo, IDictionary2 values) at StrangerData.DataFactory1.GenerateRandomValues(String tableName, IEnumerable1 tableSchemaInfo, Boolean& fromDatabase, Int32 depth) at StrangerData.DataFactory1.GenerateRandomValues(String tableName, IEnumerable1 tableSchemaInfo, Boolean& fromDatabase, Int32 depth) at StrangerData.DataFactory1.CreateOne(String tableName, Action1 customDefinitions)
1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action
1 completion, Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at StrangerData.SqlServer.SqlServerDialect.Insert(String tableName, IEnumerable
2 values) at StrangerData.DataFactory
1 tableSchemaInfo, IDictionary
1.GenerateRandomValues(String tableName, IEnumerable
1.CreateOne(String tableName, Action
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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, Boolean breakConnection, Action
1 wrapCloseInAction)at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource
1 completion, Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteScalar() at StrangerData.SqlServer.SqlServerDialect.Insert(String tableName, IEnumerable
1 tableSchemaInfo, IDictionary2 values) at StrangerData.DataFactory
1.InsertValuesInDatabase(String tableName, IEnumerable1 tableSchemaInfo, IDictionary
2 values)at StrangerData.DataFactory
1.GenerateRandomValues(String tableName, IEnumerable
1 tableSchemaInfo, Boolean& fromDatabase, Int32 depth)at StrangerData.DataFactory
1.GenerateRandomValues(String tableName, IEnumerable
1 tableSchemaInfo, Boolean& fromDatabase, Int32 depth)at StrangerData.DataFactory
1.CreateOne(String tableName, Action
1 customDefinitions)The text was updated successfully, but these errors were encountered: