adriancs
adriancs
I have tried a quick modification to produce the result as you described. Here is the sample project: [ConsoleApp2.zip](https://github.com/MySqlBackupNET/MySqlBackup.Net/files/12063353/ConsoleApp2.zip) This project uses a modified MySqlBackup.NET. The following are the changes:...
There is one issue, if you replace the column name by an alias name, then the `CREATE TABLE` sql statement will no longer valid. for example: This original table structure:...
In this method: ```c# private string Export_GetValueString(MySqlDataReader rdr, MySqlTable table) ``` The `MySqlColumn` ``` MySqlColumn col = null; if (table.Columns.Contains(columnName)) { col = table.Columns[columnName]; } ``` will be passed into...
> _Imo it should be handled by the library._ It requires user input to match the `person_name` to the original `name`. It can be something like mb.ExportInfo.MatchAliasColumns(table_name, ori_column_name, alias_column_name); I...
This is ok. I'll include this in the next release
though, it is possible to create a procedure name with the symbol ` (backtick), it is highly not recommended to do so. To call a procedure, you would normally do...
The demo for progress report is available in the source code, the winform test project. For wiki documentation, you can refer to the following: Backup https://github.com/MySqlBackupNET/MySqlBackup.Net/wiki/Using-Progress-Report-With-Export-Backup Restore https://github.com/MySqlBackupNET/MySqlBackup.Net/wiki/Using-Progress-Report-With-Import-Restore
I have created a simple test project attempted to re-create the problem that you've mentioned. but I did not discover any error. I upload the sample project here for your...
Prismatic plugin analyze and generate coloring blocks at the client side browser, it consumes far more memory and cpu computation at client side per page. For Code Block Pro plugin,...
As an alternative solution, you can modify some of the style of code block by adding additional CSS to the frontend. This will take effect globally for the whole site....