Re: mysql-native v3.0.0: Update from `vibe-d:core` to `vibe-core`

2019-12-09 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 9 December 2019 at 16:15:50 UTC, Steven Schveighoffer wrote: On 12/9/19 6:02 AM, Martin Tschierschke wrote: Is there a easy way to get the mysql row as an AA? So that I can write something like result["email"] if "email" is a column? ResultRange has an asAA member which does what

DIP 1023--Resolution of Template Alias Formal Parameters in Template Functions--Postponed

2019-12-09 Thread Mike Parker via Digitalmars-d-announce
DIP 1023, "Resolution of Template Alias Formal Parameters in Template Functions", has been postponed at the request of the DIP author. https://github.com/dlang/DIPs/blob/master/DIPs/other/DIP1023.md

Re: mysql-native v3.0.0: Update from `vibe-d:core` to `vibe-core`

2019-12-09 Thread Steven Schveighoffer via Digitalmars-d-announce
On 12/9/19 6:02 AM, Martin Tschierschke wrote: Is there a easy way to get the mysql row as an AA? So that I can write something like result["email"] if "email" is a column? ResultRange has an asAA member which does what you want. I just saw this: New: #188: Expose column names in Row struct

Re: during: a io_uring wrapper library

2019-12-09 Thread Daniel Kozak via Digitalmars-d-announce
On Sunday, 8 December 2019 at 10:35:24 UTC, tchaloupka wrote: As of Linux kernel 5.1 new promissing io_uring interface was introduced (see introduction document https://kernel.dk/io_uring.pdf). During[1] is a low level wrapper directly around Linux

Re: mysql-native v3.0.0: Update from `vibe-d:core` to `vibe-core`

2019-12-09 Thread Martin Tschierschke via Digitalmars-d-announce
On Sunday, 8 December 2019 at 23:35:02 UTC, Nick Sabalausky (Abscissa) wrote: The mysql-native package is a native all-D client library for MySQL and MariaDB. If vibe-d is included in your project, it will use vibe-d networking, otherwise it will use Phobos networking.