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

MSSQL Cannot create fulltext index in transaction #330

Open
klinki opened this issue Nov 29, 2024 · 0 comments
Open

MSSQL Cannot create fulltext index in transaction #330

klinki opened this issue Nov 29, 2024 · 0 comments

Comments

@klinki
Copy link

klinki commented Nov 29, 2024

Hello,

I have following change script:

CREATE FULLTEXT CATALOG ftCatalog AS DEFAULT;
GO  

CREATE FULLTEXT INDEX ON Subject(Email, Name, Organization) KEY INDEX PK_Subject;  
GO

and it causes this error:

Error executing script: R__fullTextIndexes.sql after 5 ms. CREATE FULLTEXT CATALOG statement cannot be used inside a user transaction. Sql query: CREATE FULLTEXT CATALOG ftCatalog AS DEFAULT; CREATE FULLTEXT CATALOG statement cannot be used inside a user transaction.

I think Evolve should check if file doesn't contain FULLTEXT related commands and if it does, then it should not execute it in transaction.

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