João Jerónimo
Results
2
issues of
João Jerónimo
Quick question: How to insert an row that has a primary key that will be created in the database ?
1
I'm using PostgreSQL and in my table I have the primary key like ``` sql CREATE TABLE IF NOT EXISTS users ( id UUID NOT NULL PRIMARY KEY DEFAULT UUID_GENERATE_V4(),...
Should `MixpanelEngage.Engage` defined [here](https://github.com/chrisnicola/Mixpanel.NET/blob/master/src/Mixpanel.NET/Engage/MixpanelEngage.cs#L25) be a private method ?