pg/lib/pg
Lars Kanis b4a371ddd9 Remove unused variable 2022-10-11 11:44:25 +02:00
..
basic_type_map_based_on_result.rb Split basic_type_mapping files into separate files per class 2021-08-17 11:02:19 +02:00
basic_type_map_for_queries.rb Split basic_type_mapping files into separate files per class 2021-08-17 11:02:19 +02:00
basic_type_map_for_results.rb Split basic_type_mapping files into separate files per class 2021-08-17 11:02:19 +02:00
basic_type_registry.rb Rename BasicTypeRegistry#define_default_types to #register_default_types 2022-03-28 10:50:52 +02:00
binary_decoder.rb Enable frozen_string_literal for pg's ruby files 2019-12-05 16:14:01 +01:00
coder.rb Allow overwriting of format attribute at Coder.new 2021-08-03 18:07:00 +02:00
connection.rb Remove unused variable 2022-10-11 11:44:25 +02:00
constants.rb Enable frozen_string_literal for pg's ruby files 2019-12-05 16:14:01 +01:00
exceptions.rb Allow PG::Error to be created without arguments 2022-06-21 15:58:35 +02:00
result.rb Enable frozen_string_literal for pg's ruby files 2019-12-05 16:14:01 +01:00
text_decoder.rb No need to make a constant lookup 2019-12-05 17:04:50 +01:00
text_encoder.rb Accept Integer and Float as input to TextEncoder::Numeric 2019-12-06 17:47:07 +01:00
tuple.rb Tuple: Fix behavior regarding duplicated columns 2018-07-08 21:46:49 +02:00
type_map_by_column.rb Enable frozen_string_literal for pg's ruby files 2019-12-05 16:14:01 +01:00
version.rb Move PQclear to the result stream loop, to let sequel_pg use it 2022-09-30 09:12:18 +02:00