Michael Brian Bentley

Results 7 comments of Michael Brian Bentley

Spoke with author of the above bug report. more info as of "Fri Jan 10 21:00:37 CST 2020" The tables that cause errors are crb_portfolios2_table crb_portfolios_table and are the only...

``` /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `crb_portfolios_table` ( `portfolio_name` varchar(100) NOT NULL DEFAULT '', `portfolio_selections_string` blob, PRIMARY KEY (`portfolio_name`) ) ENGINE=InnoDB...

This is the script we use to work around the problem. ``` #!/opt/local/bin/perl # # crb.export.for.sqlite - export select tables for import to sqlite # # 20200105-01 original incarnation #...

On 1/12/20 11:10 AM, dumblob wrote: > @crenelle thanks for the additional info. > I wasn't fully aware of this complication with |_binary|. I think a > better solution than...

[PRIMARY_KEY_Issue.txt](https://github.com/dumblob/mysql2sqlite/files/4684016/PRIMARY_KEY_Issue.txt) How's this?

AAChartKit-Swift appears to be built for Mac using Catalyst. My macOS app uses SwiftUI, and isn't configured to use Catalyst. I'm not yet sure how to incorporate AAChartKit-Swift as a...

I converted the project to iOS, generated a Mac Catalyst build, added the AAChartKit-Swift package, and picked the above demo chart. It did not work immediately, I had to create...