To compile from source, follow these instructions:
http://rsql.ch/guide/download_page/
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@g
License for the server is GPL. I've just put it right now.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to golang-nuts+unsubscr...@googlegroups.com.
For more o
License for the server is GPL. I've just put it right now.
Le lundi 13 mars 2017 21:13:39 UTC+1, nicolas riesch a écrit :
>
> I have developed RSQL, a *lighweight clone of Microsoft SQL Server*,
> which runs on Linux and can execute T-SQL scripts.
>
> It has been succ
I have developed RSQL, a *lighweight clone of Microsoft SQL Server*, which
runs on Linux and can execute T-SQL scripts.
It has been successfully tested with millions of records.
The source code is *written in Go*, and contains 140,000 lines.
It would help me very much if some of you could downl
In your original example, if you don't cast, it works.
https://play.golang.org/p/g-GScYkA5S
The explanation is here:
https://groups.google.com/forum/#!topic/golang-nuts/x3nOMDCLv5M
Le vendredi 26 août 2016 17:45:40 UTC+2, T L a écrit :
>
>
>
> package main
>
> type Age int
>
> func main() {
>