-
Notifications
You must be signed in to change notification settings - Fork 22
LPD-62912 Add support for SQL Server #119
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
Conversation
from configurations.sqlserver | ||
into "configs/common/tomcat/webapps/ROOT/WEB-INF/shielded-container-lib" | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parameterize the existing driver task to accept a configuration
|
||
main & /opt/mssql/bin/sqlservr | ||
|
||
wait No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take one more look at the SQLServer image to make sure that we can't use something they already provide for us.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to Microsoft's documentation, we can only use the UI (which we don't have in this case) or the SQL statements (which we have via SQL files).
@anthony-chu looks like a real failure during the SF check. |
See #120 |
https://liferay.atlassian.net/browse/LPD-62912