Ryan Holmes

Results 161 comments of Ryan Holmes

Oh, I may have mis read it then. If it's only dealing with the metadata instead of the actual values coming back, that would make sense. Would it be possible...

> The change to return an array of values was brought in deliberately in v8 of the library. Then there must be some confusion here. I've tested on both v7...

> For my understanding, can you justify to me why it makes sense to return the last duplicate named value over the first? and > We could add an option...

Would there be an argument for using JS's BitInt type instead of a string? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt `mssql` doesn't support Node versions < 10 according to changelog, and it's been around since...

@pleerock I can understand wanting to keep direct called to `query()` be completely representative of what the underlying driver returns. Using `query()` directly signals the need to bypass the ORM...

@pleerock just seeing if there's been any more thought given to this. I'm still of the opinion that this should be at the ORM level to massage the data into...

Quick question: The Info, config, stats, and slow log pages need to be altered to support this type of style. I would like to know if these pages have any...

I believe you're right. The way I did this was to create a new list for the databases. I used this list to generate a border to the right. However,...

I will add cursor to active tab on dblist only (other tabs don't need it). I'll also fix the pages that I forgot about. (see comments in pull request #34)...