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

SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Could not find stored procedure 'describe'. (SQL: describe table_name) #13

Open
gtiger165 opened this issue Feb 11, 2021 · 1 comment

Comments

@gtiger165
Copy link

I get some error when try to check unique id, it says need stored procedure 'describe', I just trying a simple example in your documentation.

$config = ['table' => table_name, 'length' => 16, 'prefix' => 'HIP'.date('Ym')]; return IdGenerator::generate($config);

@gtiger165
Copy link
Author

i think i already found the issues, 'describe' command is available in MYSQL so SQL Server has different stored procedures within it. Maybe you can add support to SQL Server as well.....don't hesitate to correct me if I'm wrong.

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