David Lounsbrough

Results 12 comments of David Lounsbrough

I assume there might be breaking changes here, specifically the module has moved to `ESM` only.

I think this request could be translated as `I want to leave my door unlocked when I go on vacation, but I don't want a sign in my yard that...

@zoehneto - I am also interested in using this library but it currently would double the size of our deployment bundle. How hard would it be to do what you...

I will take a look and see if its something I can do quickly or if I run into any roadblocks. 👍🏼

I attempted to do this but ran into issues, mainly because this package was designed to be available in the browser, and the codepage tables are baked in. What I...

We are also seeing this issue, although I cannot post examples since the molecules are not publicly known.

@michelengelen - it seems to be a race condition of some sort, so it might not happen on the very first try. Just now I had to refresh the web...

@taozhi8833998 - I would also make use of this package if it supported Oracle queries.

We first build a query that invokes a function in the select list, for example: ```sql SELECT field1, problem_function(field2) FROM some_table ``` We then hand that query to `queryStream` and...

Yeah I agree it's possible that what I'm asking for is not feasible depending on how the interaction works between the `getRow` call and the database. I was assuming that...