Jordan Marr
Jordan Marr
It worked! I had to put UIElement above FrameworkElement though or else the generated code was in the wrong order.
I am unsurprisingly stuck on the DockPanel.Dock attached property. I don't know how it would be possible for child elements to display attached properties in their c'tors; it seems like...
On second thought, the "LastChildFill" property requires there be one list. Maybe Children could be a list of a Dock discriminated union: ``` type DockDirection = | Top of ViewElement...
Sorry, I should have looked at what already exists in Fabulous for attached properties (Grid / .GridRow method)!
Fortunately, you won’t need to mess with the containers to add a Sqlite test, so that should make it a lot easier. You can just edit the Sqlite db file...
You changed `SalesOrderHeader.SalesOrderNumber` from a `TEXT` to a `LONGVARCHAR`. Since the generated file still includes the `SalesOrderNumber`, your change appears to be working properly.
Released as SqlHydra.Cli v2.4.1.
On second thought, it probably would be a good idea to have an integration test to make sure that inserts and updates work properly and don’t truncate the string. I’m...
Cool, thanks!
Thanks. It looks like I need tag all the original source files with attribution as well as marking the ones that changed as modified.