We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f28f7 commit b4ccb50Copy full SHA for b4ccb50
src/app.service.ts
@@ -65,7 +65,7 @@ export class AppService {
65
});
66
67
const list = await this.connection.query(
68
- `SELECT id, eip, title, author, status, type, category FROM "EIPs" ${condition} order by (substring("eip", '^[0-9]+'))::int LIMIT ${take} OFFSET ${skip}`,
+ `SELECT id, eip, title, author, status, type, category FROM "EIPs" ${condition} order by eip LIMIT ${take} OFFSET ${skip}`,
69
);
70
71
return {
0 commit comments