Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Square
- Pittsburgh, PA, USA
- Sign in to view email
- https://jakewharton.com
Pinned
2,660 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in oznu/docker-s6-alpine that received 3 comments
- Actually set the snapshot version
- Print migration errors in the correct order
- Still need to patch the version for snapshot plugins
- Parse migration files into sql-psi
- Update sql-psi
- Add migration template to idea-plugin
- Add a job for verifying the intellij plugin
- Support MySQL greatest function
- Update sql-psi and support mysql boolean type
- Update issue templates
- Spring Clean
- Fix leaky DataSource
- Integration test migration schemas, and properly assemble the schema
- Remove modules from the file index when a project is closed
- Update the sql-psi dependency
- Add a test case for multiple database migrations in the same gradle module
- Use constructor reference kotlinpoet api
- Update paging lib dep
- Ensure we use the statements file when generating the package name
- Update gradle to 6.4.1
- Allow digits in package names
- Also check last modified time for the generated schema file
- Use burst for dialect testing
- Create a junit rule for testing against multiple dialects
- If the output db file already exists when generating a schema, delete it
- Some pull request reviews not shown.
- JsonAdapter for Struct
- Use Nothing? insetad of Unit?
- Encoding and decoding of struct protos
- Implement proto3 durations MPP
- Crash when generated files conflict.
- Fix bad line breaking with nbsp
- Make map adapters lazy
- Setup Duration actual and expected + its proto adapter
- Fix long expressions in equals and encodedSize functions (#1575)
- Update grammar composer and constrain identifiers more
- Support bit data type
- Support change charset and row thing
- Hard fail alter statements outside of migration files
- Support BOOLEAN column type for mysql
- Add an equivalent views api for getting all views visible from a file
- Dont crash when trying to resolve an alter table statement, and let the annotator handle it
Created an issue in square/kotlinpoet that received 8 comments
Incompatibility with library mode
KotlinPoet currently cannot be used with library mode since it omits optional visibility modifiers. I'm somewhat tempted to just always emit them r…
8
comments