General

Profile

Vincenzo Romano

  • Login: Uqbar
  • Are you a spammer?: No
  • Registered on: 02/05/2010
  • Last connection: 01/18/2019

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 15 32 47

Activity

01/18/2019

05:06 PM Wt Help: RE: "Wt: fatal error: Session::query(): too many aliases for result"
I have "solved" the issue by moving the `Wt::Dbo::Session` object as local to the function.
But then the [documenta...
Vincenzo Romano
03:42 PM Wt Help: RE: "Wt: fatal error: Session::query(): too many aliases for result"
If I refresh the page, I get:
"Wt: fatal error: Cannot map tables after schema was initialized."
Which of cours...
Vincenzo Romano

01/16/2019

05:27 PM Wt Help: RE: "Wt: fatal error: Session::query(): too many aliases for result"
The `resultList()` method, moreover, is labelled as `const`.
Nonetheless it (somehow) modifies the `Query` on which...
Vincenzo Romano
05:24 PM Wt Help: RE: "Wt: fatal error: Session::query(): too many aliases for result"
Thanks. It worked by replacing `auto conf = dbSession.find<ConfigEntry>()` with `auto conf = dbSession.find<ConfigEnt... Vincenzo Romano
04:35 PM Wt Help: RE: "Wt: fatal error: Session::query(): too many aliases for result"
I have updated the code a little bit and have moved to a `VIEW`.
struct ConfigEntry {
std::string k;
...
Vincenzo Romano
11:45 AM Wt Bug #6860 (Closed): Typo in Dbo tutorial (both v3 and v4)
On chapter "7.1. Changing or disabling the surrogate primary key "id\" field\" I read:
> use a **nautral** key inste...
Vincenzo Romano

01/15/2019

12:29 PM Wt Help: RE: "Wt: fatal error: Session::query(): too many aliases for result"
I have added this code:
namespace Wt {
namespace Dbo {
template<>
struct dbo_traits<Config...
Vincenzo Romano
12:00 PM Wt Help: RE: "Wt: fatal error: Session::query(): too many aliases for result"
I have also this fragment in the very same source file:
struct ConfigEntry {
std::string k;
std::str...
Vincenzo Romano
11:12 AM Wt Help: RE: "Wt: fatal error: Session::query(): too many aliases for result"
The results doesn't (obviously) change by replacing the `auto` type with the actual type.
Vincenzo Romano
11:06 AM Wt Help: RE: How do I put my Webtoolkit website online?

> FastCGI is not supported on windows.
Well, it actually [is](https://docs.microsoft.com/en-us/iis/configuration/sy...
Vincenzo Romano

Also available in: Atom