Igal Sapir
Igal Sapir
But that will affect all tables, no? It'd be good to allow adding css classes so that different tables can be styled differently.
Oh, right. In this case I am using an Application mapping, e.g. in Application.cfc (Lucee): this.componentPaths="/components"; So would it be possible to add a config setting where we can manually...
Yes. Application.cfc settings overwrite the previous settings, i.e. settings are applied in the following order (last one wins): ENVIRONMENT Variables Lucee Server settings Lucee Web Context settings Application.cfc settings
But the idea here is to allow project-specific settings for the extension, so a user will be able to set whatever path he/she wants.
@KamasamaK I am actually not sure without testing. This could be tested easily enough so I'll try to test it in the coming days. Perhaps @michaeloffner can chime in in...
So is this feature implemented or not? The comments suggest that its is implemented, but the issue is still marked as `Open`. If it is implemented, I wonder if there...
@twright-msft Good eye! I did, indeed, have a typo there, but after fixing it I still get the same error. I think that the process doesn't even get to the...
@rekahsoft Can you share some information about the database size and/or memory settings?
> I wanted to restore a 10MB backup and got the same error There is insufficient system memory Then I guess it's even worse than I thought. I'm surprised that...
So a backup from MSSQL Server 2016 is restored in the Docker MSSQL Server but a backup by an older server does not? The backups I was testing were generated...