Vincenzo Romano
- Login: Uqbar
- Are you a spammer?: No
- Registered on: 02/05/2010
- Last sign in: 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... - 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...
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... - 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...
- 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;
... - 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...
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... - 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... - 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.
- 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...
Also available in: Atom