mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-23 09:45:38 -04:00
4e58b78102
Not all databases uses id as default order, so add it explicitly sqlite uses rawid as default order in select statement: [https://www.sqlite.org/lang_createtable.html#rowid](https://www.sqlite.org/lang_createtable.html#rowid), but some other databases like postgresql not behaves like this. since this class supports multiple db engine. we should have an order.