-
Notifications
You must be signed in to change notification settings - Fork 447
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
SQL Server Identity Insert #1193
Comments
I guess you're talking about the SQL mapper right? Can you provide a code sample? |
Yeah its about the mapper. Something like that? $database = new \DB\SQL(
'sqlsrv:server=localhost,1433;database=testDB',
'sa',
'P@ssw0rd'
);
$example=new \DB\SQL\Mapper($database,'example');
$example->name="SpaceOps";
$example->save(); Error code
|
Can you please check latest commit f3-factory/fatfree-core@95d5f68 at master branch. I've just tested it with SQL Server 2017 myself now and it all works fine here. |
please reopen if problem persists. |
Hello I cant get fatfree working with sqlserver.
On Inserts it sends 0 as id to sqlserver. Instead of leaving the column out of the insert statement.
Current behavior
Wished behavior
Looks like #1192
The text was updated successfully, but these errors were encountered: