klaus triendl

Results 20 issues of klaus triendl

**Is your feature request related to a problem? Please describe.** `htonll()` (used in orm_lib/inc/drogon/orm/SqlBinder.h) is only available since Windows 8 and when compiling with `NTDDI_VERSION>=NTDDI_WIN8`. However I'd like to be...

enhancement

Experimental PR to see the huge improvements in build times in action when using a much better tuple implementation than std::tuple. A custom tuple is presented that is based on...

I have the following problem: sqlite_orm serializes the expressions `select(object(), ...)` and `select(asterisk(), ...)` as `select * from T`. If the underlying schema as stored by SQLite does not match...

question

Just a test PR for trying appveyor builds on macos.

As already mentioned in Slack, the support for wide-character strings needs a rather complete overhaul and/or an explicit documentation of its features. As far as I understand it is broken...

enhancement

`choco install` features the alternative sources `windowsfeatures` and `webpi`. `cChocoPackageInstaller { Ensure = 'Present'; Source = 'windowsfeatures' }` works perfectly but `cChocoPackageInstaller { Ensure = 'Absent'; Source = 'windowsfeatures' }`...

Enhancement
0 - Backlog
Priority_LOW

I may have not yet fully switched my brain to thinking in terms of heterogenous programming, however I think that being able to derive from hana::tuple and hana::tuple w/o the...

Note: contains "required options" features from BMBurstein's fork

Tools, which aren't a command in their own respect but rather offer several independent sub commands, are quite hard to achieve with the current state of the library. Examples are...