Mithrandyr

Results 54 comments of Mithrandyr

@penalvch -- I'm not surprised that there is an issue. SimplySql was originally built prior to PowerShell Core existing and has not been updated and tested to run on cross-platforms....

@daisy613 -- this will be added in 2.0 - I'm switching the underlying provider to MySqlConnector and it has a bulkcopy class. https://mysqlconnector.net/api/mysqlconnector/mysqlbulkcopytype/ FYI -- 2.0 is actively being worked...

@the-mentor - apologies for the delay. I'm finally getting around to making the module truly standard and able to be run across Windows PowerShell and PS7. It is required a...

@daisy613 -- I found a nuget package that will produce a datareader from any Enumerable object -- this should make it easy to support piping (or passing in an array...

The assumption that this will be fixed in 2.0 is based on the upgrade version of NPGSQL that will be utilized.

@kwein123 I couldn't easily reproduce via SQLite. Can you provide me a sql script that I can use to generate the table with the table so I can try and...

@kwein123 `-Stream` forces the results into a PSObject instead of a DataRow -- this is helpful if you are exporting to CSV or something and do not want the extra...

@OilyEscuelademarco or @kwein123 -- can one of you provide a sample code that reproduces this issue? This will need to include the schema of the data in the database and...

My understand is that the [PSDefaultValue](https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.psdefaultvalueattribute?view=powershellsdk-1.1.0) attribute is supposed to do this: ![image](https://github.com/PowerShell/platyPS/assets/16905470/b3ef0e1e-0e11-4e7b-ba8c-6f0f3c4fdd23) However, testing with PlatyPS 0.14.2 -- it doesn't work.

@kwein123 -- so I tried to reproduce and I'm getting 4 each time. Can you also provide me the SQL to create the table? what happens if you just do...