-
Privately view and rearrange the top three cards in the card pile.
-
After the creation, the index is currently fixed and cannot be changed. ALTER should be able to:
1. Add indexed fields
2. Change field weight (forward only)
3. Add sortable fields
4. Change stop…
-
Historically libmdbx uses the terminology (i.e. environment, database, sub-database, DBI, etc) inherited from the LMDB.
However, the [terms suggested](https://github.com/snej/nimdbx#the-data-model) …
-
[Marketplace](http://marketplace.xbox.com/hu-hu/Product/Altered-Beast/66acd000-77fe-1000-9115-d802584109a2)
Tested on (https://github.com/benvanik/xenia/commit/309c96cb69c429d681f878e0f2ed203e0c0f4…
-
In some conditions keys are not modifiable while you could still modify them using plain sql.
Say you have foreign key. If you want to modify that key by adding another column to the key, you could d…
-
-
There is a similar list on this site:
https://www.slant.co/topics/9043/~electron-alternatives-for-cross-platform-app-development-using-web-technologies
Maybe it can help ?
Feel free to close if y…
-
### Describe the bug?
On certain tools (lighttool and meshtool are the 2 that comes to mind) dont respect the tipref position when it comes to lazer position.
### To Reproduce
make a custom light t…
-
Currently, ALTER COLUMN TYPE cannot be performed concurrently with other schema changes.
For example you cannot add a column while an alter column type is occuring, you cannot alter primary key whi…
-
Some plugins alter the existing tables to add new information. These new columns are saved into the ini files already it seems. But the table schema is not updated in the .schema files. Could this be …