• Home
  • History
  • Annotate
  • only in /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/types/
History log of /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/types/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1676c28584028f8427475745d7a779607af67ecb 29-May-2017 Yigit Boyar <yboyar@google.com> Consider nullable types for known column types

When we can get the column type from sqlite at compile time,
we were only considering primitives which is a problem since
the column might be nullable.

This CL fixes that issue by adding nullables into the list.

I've also removed the conveters from basic type to/from string
since it was only useful when we were using the old sqlite API
that requires parameters to be strings. Right now, it just
serves as a misleading edge between type nodes.

Bug: 62100716
Test: TypeAdapterStoreTest, SimpleReadWriteTest
Change-Id: Ifb9c9d41aa694d7a3e1a04b617bbe3dc6e473839
oxedPrimitiveToStringConverter.kt
rimitiveToStringConverter.kt
64db0cc15b78b62a1d44a70fc8b4552e660d952c 17-Apr-2017 Yigit Boyar <yboyar@google.com> Mass package renaming from android.support to android.arch

Bug: 37429162
Test: ./gradlew check passes

Change-Id: I911766254b6a9f957ef90429a1efc01c209d693a
oxedBooleanToBoxedIntConverter.kt
oxedPrimitiveColumnTypeAdapter.kt
oxedPrimitiveToStringConverter.kt
yteArrayColumnTypeAdapter.kt
olumnTypeAdapter.kt
ompositeAdapter.kt
ompositeTypeConverter.kt
ursorValueReader.kt
ustomTypeConverterWrapper.kt
oOpConverter.kt
rimitiveBooleanToIntConverter.kt
rimitiveColumnTypeAdapter.kt
rimitiveToStringConverter.kt
tatementValueBinder.kt
tringColumnTypeAdapter.kt
ypeConverter.kt