Scott Pierce
Scott Pierce
Were you ever able to get annotation processing working with Kotlin and buck?
The implementation seems very heavy when I look at the source code. I stopped being as worried about garbage collection with ART, but it seems like each stage of the...
### Dialect MySQL ### Failing SQL ```sql SELECT count(*) INTO @EXIST FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = 'mydatabase' AND COLUMN_NAME = 'mycolumn' AND TABLE_NAME = 'mytable' LIMIT 1; SET @query =...
### Dialect MySQL ### Failing SQL ```sql --Example: Products have a default stock of 0 ALTER TABLE products ALTER COLUMN stocks integer DROP DEFAULT; --Example: Products are available by default...
### Dialect MySQL ### Failing SQL ```sql CREATE TABLE Permissions ( id INTEGER AUTO_INCREMENT PRIMARY KEY, userId VARCHAR(32) NOT NULL, type UNSIGNED TINYINT NOT NULL, FOREIGN KEY (userId) REFERENCES Users(id),...
### [REQUIRED] Please fill in the following fields: * Main Firebase Components in concern: Firestore + Auth * Platform you are using the C++ SDK on: Mac and Windows *...
### [READ] Step 1: Are you in the right place? * For issues or feature requests related to __the code in this repository__ file a Github issue. * If this...
Any plans for Compose Web Support? The big thing about navigating with web is browser url / paths need to be supported.
### SQLDelight Version 1.5.3 ### Operating System OSX ### Gradle Version 7.4.2 ### Kotlin Version 1.6.10 ### Dialect MySQL ### AGP Version _No response_ ### Describe the Bug When using...