Eric Sterling

Results 6 issues of Eric Sterling

Getting an error now, related to this: daterange columns are scaffolded as DateInterval properties of NpgsqlRange ( #1998 ). Date/time min/max values are now converted to PostgreSQL infinity values by...

ngpsql is now on version 4.1.1 and Shaolinq gets an error with ConnectionIdleTimeout during initialization.

This works fine on my local machine, var pgConfiguration = PostgresConfiguration.Create("ReportingServer", _postgresUrl, _postgresUserName, _postgresPassword,commandTimeout: 0); PostgresSqlDatabaseContextInfo contextInfo = (PostgresSqlDatabaseContextInfo)pgConfiguration.SqlDatabaseContextInfos[0]; contextInfo.ConnectionIdleLifetime = 300; contextInfo.ConnectionPruningInterval = 10; postgresModel = DataAccessModel.BuildDataAccessModel(pgConfiguration); but when...

This query: var salesTotals = _postgresDataAccessModel.ItemSales.Where( sales => sales.CompanyId == companyId && sales.LocationId == locationId && sales.ItemType == "Tap" && sales.DateSold >= adjustedStartTime && sales.DateSold new {sales.MenuItemProductId, sales.DisplaySize}) .Select(sales =>...

I'm decorating a property with the PrimaryKey attribute but I still get an error saying a Primary key is missing (it is still looking for Table Name + Id) You're...

latestVersion : 2.0.1 commit hash: 4d4cec4511d72fcdf1799a237044aaa2fc2d715e branch: Master

plugin