Skip to content

PowerShell 7: CREATE table works, SELECT table doesnt #28

Description

@slashd

Works fine in Windows PowerShell 5, doesnt work in 7

Works: CREATE table Customers
Doesnt work: SELECT * from Customers

InvalidOperation: \PowerShell\Modules\PSSQLite\1.0.3\Invoke-SqliteQuery.ps1:518:25
Line |
518 | [DBNullScrubber]::DataRowToPSObject($row)
| ~~~~~~~~~~~~~~~~
| Unable to find type [DBNullScrubber].

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions