General

Profile

Roy Wiggins

  • Login: RoyWig
  • Email: Roy.Wiggins@nyumc.org
  • Are you a spammer?: No
  • Registered on: 02/27/2017
  • Last connection: 04/17/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/17/2017

09:26 PM Wt Bug #5658 (Closed): Wt::Dbo - selecting fields with "from" in the name causes the SELECT statement to be misparsed
Postgres supports fields that include reserved words, like 'from':
SELECT from_field,to_field FROM test_table
H...
Roy Wiggins

04/11/2017

07:28 PM Wt Help: Store WDateTimes, but display WLocalDateTimes in WQueryView?
So, I have objects with date-times stored as WDateTimes. When they come back out of the database and are displayed in... Roy Wiggins

03/21/2017

08:44 PM Wt Help: Preventing fatal errors on Dbo::query failure inside a QueryModel
If I have a query that's totally misformed and unparsable, I get a nice exception (error parsing SQL query).
But if ...
Roy Wiggins

02/28/2017

09:07 PM Wt Help: RE: Using Dbo::QueryModel to display enum fields as strings
Aha: insofar as sql\_value\_traits supports enums, by the time the item delegate sees them, they've become ints. So I... Roy Wiggins

02/27/2017

11:56 PM Wt Help: Using Dbo::QueryModel to display enum fields as strings
So, I'm trying to display some data from a database using Dbo::QueryModel. It uses enums for categorical data.
By de...
Roy Wiggins

Also available in: Atom