Giter Club home page Giter Club logo

tiny-entity's Introduction

tiny-entity

0.9.24

  1. 修复bug

0.9.23

  1. 修复bug

0.9.22

0.9.21 添加SUM mysql的实现

0.9.2

0.9.19

0.9.18

0.9.17

0.9.16

0.9.15

0.9.14

0.9.12

0.9.8

0.9.5

v0.9.4

  1. 防止sql注入
  2. 解决事务嵌套的问题

v0.9.3

v0.9.2

  1. 修复了mysql中的where null 的查询bug

v0.9.0

  1. 修复了nedb查询的部分bug
  2. ctx 中增加了DeleteAll 方法

v0.8.10

  1. 修复mysql create方法传入字符串数字被转化成number类型的bug。

v0.8.9 1.修复mysql contains 方法参数引用的bug; 2.修复了mysql toList 方法异常后清空sqltemp等内部参数的bug;

v0.8.8

  1. 新增了一些单元测试
  2. 修复了mysql 事务处理的bug
  3. join 可以固定指向主表

v0.8.0

  1. mysql nedb 增加了join方法。
  2. 新增了单元测试。

v0.6.14

  1. 修复了<, > 的mysql查询不生效的问题

v0.6.8

  1. 支持模糊查询

v 0.6.4

  1. nedb 实现select方法

tiny-entity's People

Contributors

joinlee avatar mlyknown avatar

Stargazers

André Philip avatar  avatar Yuri Sementsov avatar

Watchers

André Philip avatar James Cloos avatar  avatar

Forkers

joker1u3

tiny-entity's Issues

A sql syntax error

A sql syntax error happened when I used like this

let stocks = await this.ctx.FrontStoreStock.Where(     
    x => x.isSoldOut == true     
).ToList();

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.