Coder Social home page Coder Social logo

strmangle's People

Contributors

aarondl avatar adsa95 avatar bryanmcgrane avatar bvigar avatar jakeiotechsys avatar mjacred avatar starsep avatar stephenafamo avatar tomflem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

strmangle's Issues

PR #15 modified perfectly valid enum values: "/" replaced with "_"

@starsep, @stephenafamo: Replacing a "/" in the constant identifier is fine, but NOT in the actual string value, which is perfectly valid syntax, and necessary for some users.

cause: #15

kind ENUM('USt.', 'VSt.', 'USt./VSt.') NOT NULL,
// at version sqlboiler v4.16.2 (strmangle v0.0.6):
const (
	TaxKindUSTVST TaxKind = "USt./VSt."
)


// now:
const (
	TaxKindUSTVST TaxKind = "USt._VSt."
)

AddIrregular() "data" -> "data" instead of "datum"

Though rare, sometimes you have a Table which ends with "Data", like "PlanData".

Currently, this generates PlanDatum, which does not make much sense…

if AddIrregular() is only for singular -> plural, then probably rs.AddSingular("data", "data")

cannot convert type: types.Decimal, MySQL/MariaDB

I see that this error has been marked as resolved, however I'm still seeing the issue.

Can't insert decimal into MySQL/MariaDB

Error : cannot convert type: types.Decimal

MariaDB version : MariaDB 10.11

MySQL Decimal Type defined as : decimal(26,12)

Reverent modules

github.com/go-sql-driver/mysql v1.8.0
github.com/volatiletech/sqlboiler/v4 v4.16.2

Support snake_case format?

Thank for your works. I know this library when using sqlboiler. Do you have any plan for supporting snake_case format?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.