norm icon indicating copy to clipboard operation
norm copied to clipboard

⚡ Not an ORM

Results 32 norm issues
Sort by recently updated
recently updated
newest added

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Code generator is adding public modifier. It's redundant. ![Screenshot 2021-10-18 at 2 55 23 PM](https://user-images.githubusercontent.com/4209168/137705069-b95aa3b1-3c34-4a54-9b3f-36c00df6bc36.png)

#### Feature: Add support for generating code for newly added or modified files based on git index. #### Existing implementation: It takes all the sql files provided in the configured...

# Summary - This PR adds a utility function that supports performing SQL transactions with ease. - Fixed typo of a filename `DataSourceExtensions.kt` _(Earlier its name was `DataSoruceExtensions.kt`)_. ## Example...

Consider the query ```sql SELECT COUNT(*) FROM some_table WHERE CASE WHEN :username IS NULL THEN 1 = 1 ELSE username = :username END ``` The following exception is thrown during...

Currently what I need to do is ```kt dataSource.connection.use { connection -> NormQuery().query( connection, NormParams(param1=value1, param2=value2, paramN=valueN) ) } ``` So here basically I manually need to use `connection` and...

For example, I've a query like ```sql SELECT * FROM something WHERE someone IN (val1, val2, so on...) ``` For making query for norm, It'll be like ```sql SELECT *...

Hi Team, There is a small Issue with NORM Generated Files for `UPDATE, INSERT and DELETE` Queries. For the Params, it does not consider the Non-Nullability of Database Column rather...

Good Candidates (in the order of priority): 1. SQLite 2. HSQLDB 3. H2 4. MySQL

good first issue
hacktoberfest
design discussion required