sql_error_categorizer/__init__.py,sha256=8oEFR7rJBh3iKoGEvC_Fj9gzgqdV0ioERHFD6aFiF4Q,2394
sql_error_categorizer/sql_errors.py,sha256=HB5Tb3RbgN1-8dIz3qFGs-MmQAczAIu6ny7Rqu853iQ,8197
sql_error_categorizer/catalog/__init__.py,sha256=eqbI7oZgfj6NrHdh3ZfdzrZkhj9KEp6iXsUDs0qKxB0,390
sql_error_categorizer/catalog/catalog.py,sha256=OK6NMvmc2NNl9EFVBQIX-CFQX8W9Z2SCXgLs5udPCPs,5383
sql_error_categorizer/catalog/column.py,sha256=xAeFC8OYkbxS9dmyZpfPKLiSyaF4qou9sUr9bG6j-SQ,2554
sql_error_categorizer/catalog/constraint.py,sha256=kcMF0DG6YvFgctU4JFhcko6hh0eXU9svxFJCak6eI90,2765
sql_error_categorizer/catalog/schema.py,sha256=FliVL2rzHR5C6iCKjes_olTnqTZ5oxT0sAiuJnkD_4Q,2215
sql_error_categorizer/catalog/table.py,sha256=tlCg5OPL81e0jq19onJzz98c7BmHZLl_vn-asA93-uY,4603
sql_error_categorizer/catalog/builder/__init__.py,sha256=xvr6ujzAPM4jLl81PybjHdJwkpYzcoUlIYNmiyy4qLw,5023
sql_error_categorizer/catalog/builder/queries.py,sha256=5AUsKOPEH6xlUcSCaarGLtnNI2qFeAbjtQPlUGGoR9Q,2244
sql_error_categorizer/detectors/__init__.py,sha256=i0LZDsRJcQA7zBmu07UzN7AjZd3INt0hbzzW7UZ9x-k,3709
sql_error_categorizer/detectors/base.py,sha256=6e_LrPD2zwgho5n5CvruWzmjTsMy-OQFqBR_bRndJgk,1347
sql_error_categorizer/detectors/complications.py,sha256=jOLKw5b4MWOm32GxJ2eTAuDD2LSGKUhZ190s3cno7Do,19772
sql_error_categorizer/detectors/logical.py,sha256=8NSbrFv2ww8AnbXTruUnOSdejEurSrWUiD7Z3HT9gsw,31822
sql_error_categorizer/detectors/semantic.py,sha256=I1bPN5fwmcdA3WhNQg6Dun8m0XX5Xq58Gg58L-LpjMU,19606
sql_error_categorizer/detectors/syntax.py,sha256=8tkdhafhGxL5InJFMbLs1FeG3BAVLvDKxttIwHIzjso,54034
sql_error_categorizer/query/__init__.py,sha256=YzXsOedzs4_UbdU-NmXZoIX0xyEqCVrXsKQpTE9WZTM,183
sql_error_categorizer/query/extractors.py,sha256=RKBud-mBpSWLJljKiQ_fzvS72wz5-5f_LIUJ-nTjV34,4400
sql_error_categorizer/query/query.py,sha256=u68vN5nlOAADOkaYWZBMTkC4fS9d8BywgTQU0CV_eTE,8204
sql_error_categorizer/query/smt.py,sha256=i-M5zL1dlgcB4Rt_pvXHCbBH45SS0Y8iiE17n4WezlI,7635
sql_error_categorizer/query/tokenized_sql.py,sha256=UNqh1mjb7l-kV9EHy_heOZk0nMUOexyP90CW9EjLjaI,2372
sql_error_categorizer/query/set_operations/__init__.py,sha256=0x_AgprZMv38jdqAz0NcAI-lAfQcFSMA4KbZlPByPnE,6942
sql_error_categorizer/query/set_operations/binary_set_operation.py,sha256=B0xTs1ebj0kFZOPqEZ4hFkwZ3ievwE4PD3KGYxeClIo,5131
sql_error_categorizer/query/set_operations/select.py,sha256=7nJuQ-3_9lnyqRJpYWZtkf-FAKe5kL082Vz3NhJBpAg,27746
sql_error_categorizer/query/set_operations/set_operation.py,sha256=6XGf28QIeVCr8EzIjGbIvTFrnAPHOgiLP66vTHzRVaU,1827
sql_error_categorizer/query/typechecking/__init__.py,sha256=kLWVqSqp0Vms0_UfGDLooM3GnJXPl-HF-Al5SSIMzkw,922
sql_error_categorizer/query/typechecking/base.py,sha256=q0IUQPzPi9OFkE1XA5drP59uFEtaqduMj81sg2wlBbA,427
sql_error_categorizer/query/typechecking/binary_ops.py,sha256=2Ji042mSM0HwU_C3q_GeDVQq4gymIHttn-csv_-JztA,2723
sql_error_categorizer/query/typechecking/functions.py,sha256=s4R3Pb5fjFrdiGaB8yorAkzb52h7-ZB70gK5p6BxNc8,3303
sql_error_categorizer/query/typechecking/predicates.py,sha256=KHw8eaNLw154EPimn6q2DsEmsbImYGG-TP3egrvqjZE,5459
sql_error_categorizer/query/typechecking/primitives.py,sha256=EoqigU6feQNpefav4gzsbUIOYQ6myuzVaFyqYdLhH1o,3218
sql_error_categorizer/query/typechecking/queries.py,sha256=BKQYjb1Alg6CY3guTf0QTFKNixU9QeDGBCfh_CwH7sc,1342
sql_error_categorizer/query/typechecking/types.py,sha256=d5zBHgqB4NqnbKAreYHd2GtuRNpfXjrBpp_2GThDvVU,1845
sql_error_categorizer/query/typechecking/unary_ops.py,sha256=aVbJ9WlDi8GOIRfwk-FX3gtZJBOXjA0tigMrlyzkWos,1790
sql_error_categorizer/query/typechecking/util.py,sha256=lQ5Yuzse6T7TQCkfGTwCypd0amCxL85Jm5OtykUVp3k,1635
sql_error_categorizer/util/__init__.py,sha256=_3acA0HqG0gAUCWeTgFDpgOHh8uV5E02zJho6_D1v44,568
sql_error_categorizer/util/sql.py,sha256=MNqMWWsYuhSIHzWa2EphgS1ZJFOD6tY17via_65RL4g,999
sql_error_categorizer/util/tokens.py,sha256=vDhY3qun0jUTS6p--tCRbN_yI4UfB5HG6w2L9SVUkBw,667
sql_error_categorizer/util/ast/__init__.py,sha256=UZHdOU_dHOBZslkFy4h2MO89mmjRC8bpmwmwdUqqUUs,1134
sql_error_categorizer/util/ast/column.py,sha256=-sgCl0Fqtv9V4vVvy_5efaieCXFwkSuNkVCWMmmyt7w,1214
sql_error_categorizer/util/ast/function.py,sha256=d-2_vLSI7fBaGSGiIvWL20ys1Sq6xByhsEmHMzKFCqY,340
sql_error_categorizer/util/ast/subquery.py,sha256=UhWzNkLXlTAPEd2Q3zZwU8ituah9sa-rUAk52xExcuw,747
sql_error_categorizer/util/ast/table.py,sha256=c_OXf8fqXsatv5562Jwnl0FSHLszzXvfVnSBYMFC18M,981
sql_error_categorizer-0.1.7.dist-info/METADATA,sha256=1kQj2llLNl9dRKWZzDHOf2LR2aX9xjTuqPzSU4ruZWo,20099
sql_error_categorizer-0.1.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
sql_error_categorizer-0.1.7.dist-info/licenses/LICENSE,sha256=6uZykGj9Y_5PgqXoMMwaGqoZFXVBpzCmitv8Dek1XtQ,1091
sql_error_categorizer-0.1.7.dist-info/RECORD,,
