1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:58:11 +00:00
serenity/Userland/Libraries/LibSQL/AST
Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable
This will make it easier to support both string types at the same time
while we convert code, and tracking down remaining uses.

One big exception is Value::to_string() in LibJS, where the name is
dictated by the ToString AO.
2022-12-06 08:54:33 +01:00
..
AST.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
CreateSchema.cpp LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_schema 2022-11-30 11:43:13 +01:00
CreateTable.cpp LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table 2022-11-30 11:43:13 +01:00
Delete.cpp LibSQL: Partially implement the DELETE command 2022-11-30 11:43:13 +01:00
Describe.cpp LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table 2022-11-30 11:43:13 +01:00
Expression.cpp Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Insert.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Lexer.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Lexer.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Parser.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Parser.h Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
Select.cpp LibSQL+SQLServer: Return a NonnullRefPtr from Database::get_table 2022-11-30 11:43:13 +01:00
Statement.cpp LibSQL: Immediately commit database modifications (for now) 2022-11-30 11:43:13 +01:00
SyntaxHighlighter.cpp Libraries: Use default constructors/destructors in LibSQL 2022-03-13 22:34:38 +01:00
SyntaxHighlighter.h LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00
Token.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Token.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00