@snowtop/ent 0.1.0-alpha151 → 0.1.0-alpha152

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,7 +120,7 @@ class FirstFilter {
120
120
  }
121
121
  }
122
122
  else {
123
- options.orderby = `${this.sortCol}${nullsPlacement} ${orderby}`;
123
+ options.orderby = `${this.sortCol} ${orderby}${nullsPlacement}`;
124
124
  if (this.offset) {
125
125
  let clauseFn = less ? clause.Less : clause.Greater;
126
126
  let val = this.options.sortColTime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowtop/ent",
3
- "version": "0.1.0-alpha151",
3
+ "version": "0.1.0-alpha152",
4
4
  "description": "snowtop ent framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",