[Firebird-net-provider] [FB-Tracker] Created: (DNET-746) FbScript Exception

2017-03-24 Thread Marcos R. Weimer (JIRA)
FbScript Exception -- Key: DNET-746 URL: http://tracker.firebirdsql.org/browse/DNET-746 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 5.8.0.0 Environment:

[Firebird-net-provider] [firebird-support] Create Autoincrement

2017-03-24 Thread Clyde Eisenbeis
Using http://www.firebirdfaq.org/faq29/ as a reference. 1) If I understand this website, the CREATE GENERATOR is initiated only once? 2) Likewise the CREATE TRIGGER is initiated only once? 3) When is the T1_BI used (CREATE TRIGGER T1_BI FOR T1)? 4) I see the 'id' field in table t1. I see

[Firebird-net-provider] [FB-Tracker] Created: (DNET-745) Collection was modified; enumeration operation may not execute.

2017-03-24 Thread Paul Reeves (JIRA)
Collection was modified; enumeration operation may not execute. --- Key: DNET-745 URL: http://tracker.firebirdsql.org/browse/DNET-745 Project: .NET Data provider Issue Type: Bug

Re: [Firebird-net-provider] [firebird-support] Create Autoincrement

2017-03-24 Thread Scott Morgan
On 03/24/2017 03:09 PM, Clyde Eisenbeis wrote: > Using http://www.firebirdfaq.org/faq29/ as a reference. > > 1) If I understand this website, the CREATE GENERATOR is initiated only once? Yes. It's a global item like a table, so you just need to create it once (and commit that change to the DB,.