-
Notifications
You must be signed in to change notification settings - Fork 1
Golang support #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
php-coder
added a commit
that referenced
this issue
Jul 28, 2020
At this moment it defaults to "js" and everything works as before. But if you pass --lang go it won't generate JS-related files. Part of #9
php-coder
added a commit
that referenced
this issue
Jul 29, 2020
php-coder
added a commit
that referenced
this issue
Aug 4, 2020
php-coder
added a commit
that referenced
this issue
Aug 13, 2020
Closed
Decision: use |
php-coder
added a commit
that referenced
this issue
Aug 13, 2020
php-coder
added a commit
that referenced
this issue
Aug 15, 2020
php-coder
added a commit
that referenced
this issue
Aug 15, 2020
php-coder
added a commit
that referenced
this issue
Aug 22, 2020
php-coder
added a commit
that referenced
this issue
Aug 24, 2020
php-coder
added a commit
that referenced
this issue
Aug 24, 2020
BREAKING CHANGE: Old syntax: - path: /v1/categories/count get: select count(*) as counter from categories New syntax: - path: /v1/categories/count get: query: select count(*) as counter from categories The new syntax is needed for upcoming support of DTO objects. This change also restructures internal representation in order to simplify code. Part of #9
php-coder
added a commit
that referenced
this issue
Aug 26, 2020
…list Add dependency on jmoiron/sqlx for named parameters support (and to simplify result extraction into structs). See for details: go-sql-driver/mysql#561 (comment) See also: - http://go-database-sql.org - https://github.com/jmoiron/sqlx - http://jmoiron.github.io/sqlx/ Part of #9
php-coder
added a commit
that referenced
this issue
Aug 26, 2020
For example, for the following mapping: - path: /v1/categories/count get: query: SELECT COUNT(*) AS counter FROM categories dto: name: CounterDto the generated struct will be named "CounterDto" instead of "Dto<N>". Part of #9
php-coder
added a commit
that referenced
this issue
Aug 28, 2020
By default, string type is used. Also, the value is optional (nullable). Example of specifying an integer type: dto: fields: counter: type: integer Part of #9
php-coder
added a commit
that referenced
this issue
Aug 30, 2020
php-coder
added a commit
that referenced
this issue
Aug 30, 2020
php-coder
added a commit
that referenced
this issue
Aug 30, 2020
php-coder
added a commit
that referenced
this issue
Aug 30, 2020
This unbreaks some of our tests. Part of #9
php-coder
added a commit
that referenced
this issue
Aug 30, 2020
php-coder
added a commit
that referenced
this issue
Aug 30, 2020
php-coder
added a commit
that referenced
this issue
Sep 12, 2022
At least all CRUD methods are implemented, so I think it's done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: