Skip to content
New issue

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

Problemas com .CreateOne() #23

Open
fexdelux opened this issue Aug 3, 2016 · 0 comments
Open

Problemas com .CreateOne() #23

fexdelux opened this issue Aug 3, 2016 · 0 comments

Comments

@fexdelux
Copy link

fexdelux commented Aug 3, 2016

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant