npbenjohnson

Results 8 issues of npbenjohnson

Because EventEmitters are generally used in inheritance situations, I think it would make more sense to not be able to iterate its properties.

When a column is "ValueGeneratedOnAdd", it appears that linqtodb maps it as an identity column by default, but I believe it should instead be using [columnmetadata].GetValueGenerationStrategy() == SqlServerValueGenerationStrategy.IdentityColumn to determine...

### Description When the primary key of a table contains a computed column, BulkInsert tries to insert into it and sql throws, I've tried to work around it with: ```...

There's an unresolved reference to training_mask https://github.com/kurapan/EAST/blob/2de0cfb98898c3a8c83b1f38835a15ea8d264d43/data_processor.py#L731

I'm working with restful.js because it has the comment about being like restangular without angular. I'm wondering if there is interest or if you would accept a pull request for...

Steps to reproduce: 1. Back up a dacpac with DacService.Extract, with ExtractAllTableData = true 1. Restore the backup with DacServices.Deploy. Iterations I've tried are: - Completely dropping the table and...

bug
sql-feature

**Checklist** - [ x] I have tried restarting my IDE and the issue persists. - [x ] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us...

### What are you generating using Kiota, clients or plugins? API Client/SDK ### In what context or format are you using Kiota? Nuget tool ### Client library/SDK language TypeScript ###...

type:bug
TypeScript
type:investigation